Called to remeasure a control.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
protected override Size MeasureOverride(
	Size arrangeBounds
)
Visual Basic
Protected Overrides Function MeasureOverride ( 
	arrangeBounds As Size
) As Size
Visual C++
protected:
virtual Size MeasureOverride(
	Size arrangeBounds
) override
F#
abstract MeasureOverride : 
        arrangeBounds : Size -> Size 
override MeasureOverride : 
        arrangeBounds : Size -> Size 

Parameters

arrangeBounds
Type: System.Windows..::..Size
The maximum size that the method can return.

Return Value

Type: Size
The size of the control, up to the maximum specified by
 Copy imageCopy
arrangeBounds
.

See Also