Search
TickSettings.TickShape Property
See Also
 






Gets or sets the shape of the ticks.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 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.

 See Also