ArrangeOverride Method (C1LayoutTransformer)
Provides the behavior for the "Arrange" pass of layout.
protected override Windows.Foundation.Size ArrangeOverride(
Windows.Foundation.Size
)
'Declaration
Protected Overrides NotOverridable Function ArrangeOverride( _
ByVal As Windows.Foundation.Size _
) As Windows.Foundation.Size
Parameters
- finalSize
- The final area within the parent that this element should use to arrange itself and its children.
Return Value
The actual size used.