'Declaration Public Property MinorTickCount As Integer
'Usage Dim instance As RadialGauge Dim value As Integer instance.MinorTickCount = value value = instance.MinorTickCount
public int MinorTickCount {get; set;}
Gets or sets the count of MinorTick divisions in the RadialGauge. MinorTicks are divisions in between MiddleTicks and MajorTicks on the RadialGauge. A tick shape will be displayed between each division. To clarify, MinorTicks counts the number of divisions created between MajorTicks and MiddleTicks, not the number of actual tick shapes displayed. To display 1 tick shape, set MinorTickCount to 2. Setting MinorTickCount to 1 will not display any tick shapes between the major ticks and middle ticks.
'Declaration Public Property MinorTickCount As Integer
'Usage Dim instance As RadialGauge Dim value As Integer instance.MinorTickCount = value value = instance.MinorTickCount
public int MinorTickCount {get; set;}
Target Platforms: Windows 11, Windows 10, 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