LayoutTransformControl.ArrangeOverride(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.