Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
C# |
---|
protected virtual Size ArrangeOverride( Size finalSize ) |
Visual Basic |
---|
Protected Overridable Function ArrangeOverride ( _ finalSize As Size _ ) As Size |
Parameters
- finalSize
- Type: System.Windows..::..Size
The final area within the parent that this object should use to arrange itself and its children.