Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / Axis Class / TickLength Property


In This Topic
    TickLength Property
    In This Topic
    Gets or sets the length of each ticks on the Axis.
    Syntax
    'Declaration
     
    
    Public Property TickLength As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.TickLength = value
     
    value = instance.TickLength
    public double TickLength {get; set;}
    Remarks

    Note that ticks are always centered on an Axis

    Also note that this value should always be greater than or equal to 2.

    The default value is 8.

    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