Gets or sets the radius of the scale relative to the scale bounds. A value of 0.5 indicates that the radius is half the size of the scale.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float ScaleRelativeRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleRelativeRadius As Single |
A floating point value specifying the relative radius.
See Also