Search
OvalScale.ScaleRelativeCenter Property
See Also
 






Gets or sets the center of the scale relative to the scale bounds. A value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public PointF ScaleRelativeCenter { get; set; }

Visual Basic  Copy Code

Public Property ScaleRelativeCenter As PointF

 Property Value

PointF value specifying the relative center.

 See Also