Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RadialGauge Class / TickMarkOffset Property


In This Topic
    TickMarkOffset Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property TickMarkOffset As Double
    'Usage
     
    Dim instance As RadialGauge
    Dim value As Double
     
    instance.TickMarkOffset = value
     
    value = instance.TickMarkOffset
    public double TickMarkOffset {get; set;}

    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.
    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