Gets or sets the offset to be used for the gauge's tick marks. A positive value will move the tick marks away from center while a negative value will move them toward the center of the radialGauge.
public double TickMarkOffset {get; set;}
'Declaration
Public Property TickMarkOffset As Double
'Usage
Dim instance As RadialGauge
Dim value As Double
instance.TickMarkOffset = value
value = instance.TickMarkOffset
Property Value
A positive number to push the tick marks away from the gauge's center. A negative number to pull the tick marks towards the center.
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