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