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 |