'Declaration Protected Overrides Function ArrangeOverride( _ ByVal finalSize As Windows.Foundation.Size _ ) As Windows.Foundation.Size
protected override Windows.Foundation.Size ArrangeOverride( Windows.Foundation.Size finalSize )
Parameters
- finalSize
- The final area within the parent that this object should use to arrange itself and its children.
Return Value
The actual size that is used after the element is arranged in layout.