Xceed Toolkit Plus for WPF v4.6 Documentation
MiddleTickCount Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > RadialGauge Class : MiddleTickCount Property
Gets or sets the count of MiddleTick divisions in the RadialGauge. MiddleTicks are divisions in between MajorTicks on the RadialGauge. A tick shape will be displayed between each division. To clarify, MiddleTicks counts the number of divisions created between MajorTicks, not the number of actual tick shapes displayed. To display 1 tick shape, set MiddleTickCount to 2. Setting MiddleTickCount to 1 will not display any tick shapes for the major ticks.
Syntax
'Declaration
 
Public Property MiddleTickCount As Integer
'Usage
 
Dim instance As RadialGauge
Dim value As Integer
 
instance.MiddleTickCount = value
 
value = instance.MiddleTickCount
public int MiddleTickCount {get; set;}

Property Value

A number representing the amount of MiddleTicks to display between each MajorTick.

Requirements

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

See Also

Reference

RadialGauge Class
RadialGauge Members