Positions child elements and determines a size for the element.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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.