Search
LinearScale.ScaleAlignment Property
See Also
 






Gets or sets the alignment of the scale.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Alignment ScaleAlignment { get; set; }

Visual Basic  Copy Code

Public Property ScaleAlignment As Alignment

 Property Value

A member of the Alignment enumeration.

 Remarks

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.

 See Also