Called by the framework to measures the child elements of the DockPanel.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

availableSize
Type: System.Windows..::..Size
The maximum available size to arrange the children inside.

Return Value

The desired size of the DockPanel.

See Also