Gets or sets the end angle of the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public double EndAngle { get; set; } |
Visual Basic Copy Code |
---|
Public Property EndAngle As Double |
A double value, expressing the angle in degrees.
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: