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





Gets or sets the shape of the ticks. This is a dependency property.

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

 Syntax

C#  Copy Code

public TickShape TickShape { get; set; }

Visual Basic  Copy Code

Public Property TickShape As TickShape

 Property Value

A member of the TickShape enumeration.

 Remarks

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.

 See Also

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