BaseScale.MeasureOverride override.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
protected override SizeF MeasureOverride ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function MeasureOverride( _ |
The maximum size that the method can return.
The size of the control, up to the maximum specified by constraint.
See Also