MindFusion.Wpf Pack Programmer's Guide
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. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double ScaleRelativeRadius { get; set; }

Visual Basic  Copy Code

Public Property ScaleRelativeRadius As Double

 Property Value

A double value.

 Remarks

ScaleRelativeCenter and ScaleRelativeRadius properties can be used to implement gauges such as quadratic and other non-centralized gauges.

 See Also

OvalScale Members
OvalScale Class
MindFusion.Gauges.Wpf Namespace
ScaleRelativeCenter Property