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
SyntaxC#
Copy Code
|
|---|
public PointF ScaleRelativeCenter { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleRelativeCenter As PointF |
A PointF value specifying the relative center.
See Also