Measures the child elements of the control.

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

Syntax

C#
protected override Size MeasureOverride(
	Size availableSize
)
Visual Basic (Declaration)
Protected Overrides Function MeasureOverride ( _
	availableSize As Size _
) As Size

Parameters

availableSize
Type: System.Windows..::.Size
An upper limit size that should not be exceeded.

Return Value

The desired size of the element.

See Also