Search
OvalScale.ScaleRelativeRadius Property
See Also
 






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

 Syntax

C#  Copy Code

public float ScaleRelativeRadius { get; set; }

Visual Basic  Copy Code

Public Property ScaleRelativeRadius As Single

 Property Value

A floating point value specifying the relative radius.

 See Also