MindFusion.Wpf Pack Programmer's Guide
OvalScale.EndAngle Property
See Also
 





Gets or sets the end angle of the scale. This is a dependency property.

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

 Syntax

C#  Copy Code

public double EndAngle { get; set; }

Visual Basic  Copy Code

Public Property EndAngle As Double

 Property Value

A double value, expressing the angle in degrees.

 Remarks

This property along with the StartAngle property define the arc orientation and sweep of the scale. The measurement is performed using a standard coordinate system with a center in the middle of the scale and angle values increasing in a clockwise direction. The following picture illustrates this:

 See Also

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