Gets or sets the alignment of the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public Alignment ScaleAlignment { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScaleAlignment As Alignment |
A member of the Alignment enumeration.
All Inner* values align a vertical scale to the left side and a horizontal scale to the top side of the control. All Outer* values align a vertical scale to the right side and a horizontal scale to the bottom side of the control. All Center* values center the scale along its length.
This property is relevant only when the StartWidth of the scale is different than the EndWidth.