Gets or sets the DataTemplate to use for tick representation. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public DataTemplate TickTemplate { get; set; } |
Visual Basic Copy Code |
---|
Public Property TickTemplate As DataTemplate |
A .NET DataTemplate object.
This property is used only when the TickShape property is set to Custom. Otherwise the template of the ticks is internally set to a DataTemplate corresponding to the selected tick shape.