Search
TickSettings.TickHeight Property
See Also
 






Gets or sets the height of a tick.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Length TickHeight { get; set; }

Visual Basic  Copy Code

Public Property TickHeight As Length

 Property Value

An instance of the Length structure.

 See Also