Edit

Share via


LayoutTransformControl.ArrangeOverride(Size) Method

Definition

Provides the behavior for the "Arrange" pass of layout.

protected override Windows.Foundation.Size ArrangeOverride (Windows.Foundation.Size finalSize);
override this.ArrangeOverride : Windows.Foundation.Size -> Windows.Foundation.Size
Protected Overrides Function ArrangeOverride (finalSize As Size) As Size

Parameters

finalSize
Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

The actual size used.

Applies to