Arranges the content of the element.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override Size ArrangeOverride(
	Size arrangeSize
)
Visual Basic (Declaration)
Protected Overrides Function ArrangeOverride ( _
	arrangeSize As Size _
) As Size

Parameters

arrangeSize
Type: System.Windows..::.Size
The size that this element should use to arrange its child elements.

Return Value

The arranged size of this element and its children.

See Also