Positions child elements and determines a size for the element.

Namespace:  C1.Silverlight
Assembly:  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.

Return Value

The actual size used.

See Also