MindFusion WinForms Programmer's Guide
OvalScale.MeasureOverride Method
See Also
 





BaseScale.MeasureOverride override.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

protected override SizeF MeasureOverride (
    SizeF constraint
)

Visual Basic  Copy Code

Protected Overrides Function MeasureOverride( _
    constraint As SizeF _
) As SizeF

 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

OvalScale Members
OvalScale Class
MindFusion.Gauges Namespace