Gets or sets the alignment of the ticks relative to the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Alignment TickAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TickAlignment As Alignment |
A member of the Alignment enumeration.
RemarksFor more information on the effect of this property, check the Alignment enumeration.
See Also