WinUI

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

    Show / Hide Table of Contents

    Class GaugeElementPosition

    For a SfRadialGauge : Defines the constants that specify the tick position in the gauge. For a SfLinearGauge : Defines the constants that specify the position of axis elements such as ticks or ranges.

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

    Fields

    Cross

    For a SfRadialGauge : The ticks are placed center the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear directly on the axis line.

    Declaration
    public const GaugeElementPosition Cross
    Field Value
    Type Description
    GaugeElementPosition

    Inside

    For a SfRadialGauge : The ticks are placed inside the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear below the axis line for a horizontal SfLinearGauge, or to the right of the axis line for a vertical SfLinearGauge.

    Declaration
    public const GaugeElementPosition Inside
    Field Value
    Type Description
    GaugeElementPosition

    Outside

    For a SfRadialGauge : The ticks are placed outside the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear above the axis line for a horizontal SfLinearGauge, or to the left of the axis line for a vertical SfLinearGauge.

    Declaration
    public const GaugeElementPosition Outside
    Field Value
    Type Description
    GaugeElementPosition

    value__

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