Version

Tickmarks Property

A collection of NumericGaugeToolTickmark instances.
Syntax
'Declaration
 
Public ReadOnly Property Tickmarks As NumericGaugeToolTickmarksCollection
public NumericGaugeToolTickmarksCollection Tickmarks {get;}
Remarks

The tickmarks collection controls the tickmarks that are displayed by the RadialMenuNumericGaugeTool. The gauge will display a tickmark and a label for each tickmark in the order in which the tickmarks exist within the collection. Typically, each tickmark's value will progress in relation to the previous tickmark, but this progression need not be linear or in the same direction and it is valid to have two tickmarks in a row with the same value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also