Gets or sets the shape of the ticks. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public TickShape TickShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property TickShape As TickShape |
A member of the TickShape enumeration.
In order to use a custom shape for the ticks, set this property to Custom and assign the DataTemplate that will give the appearance of the ticks to the TickTemplate property.