WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TickElementsPosition - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TickElementsPosition

    Position the tick either inside, outside or center the axis.

    Inheritance
    System.Object
    TickElementsPosition
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.Gauge.WinUI.dll
    Syntax
    public sealed class TickElementsPosition : Enum

    Fields

    Center

    TickElementsPosition.the center places the ticks center the axis line

    Declaration
    public const TickElementsPosition Center
    Field Value
    Type Description
    TickElementsPosition

    Inside

    TickElementsPosition.inside places the ticks inside the axis line

    Declaration
    public const TickElementsPosition Inside
    Field Value
    Type Description
    TickElementsPosition

    Outside

    TickElementsPosition.outside places the ticks outside the axis line

    Declaration
    public const TickElementsPosition Outside
    Field Value
    Type Description
    TickElementsPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved