MindFusion.Wpf Pack Programmer's Guide
TickSettings.TickTemplate Property
See Also
 





Gets or sets the DataTemplate to use for tick representation. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public DataTemplate TickTemplate { get; set; }

Visual Basic  Copy Code

Public Property TickTemplate As DataTemplate

 Property Value

A .NET DataTemplate object.

 Remarks

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.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges.Wpf Namespace
TickShape Property