Positions child elements and determines a size for the element.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
protected override Size ArrangeOverride( Size finalSize ) |
Visual Basic |
---|
Protected Overrides Function ArrangeOverride ( _ finalSize As Size _ ) As Size |
Parameters
- finalSize
- Type: System.Windows..::..Size
The final area within the parent that this element should use to arrange itself and its children.