Search
Pointer.MeasureOverride Method
See Also
 





Control.MeasureOverride override.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

protected virtual Size MeasureOverride (
    Size constraint
)

Visual Basic  Copy Code

Protected Overridable Function MeasureOverride( _
    constraint As Size _
) As Size

 Parameters

constraint

The maximum size that the method can return.

 Return Value

The size of the control, up to the maximum specified by constraint.

 See Also