Edit

Share via


OrbitViewPanel.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 object should use to arrange itself and its children

Returns

The actual size that is used after the element is arranged in layout.

Applies to