Class Position
Defines the position of the elements in the linear gauge. The elements that can be positioned are pointers, ticks, labels and ranges.
Inheritance
System.Object
Position
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Position : Enum
Fields
Auto
Specifies the position of the elements to be placed based on the available size in linear gauge.
Declaration
public const Position Auto
Field Value
Type | Description |
---|---|
Position |
Cross
Specifies the position of the elements to be placed on the axis.
Declaration
public const Position Cross
Field Value
Type | Description |
---|---|
Position |
Inside
Specifies the position of the elements to be placed inside the axis.
Declaration
public const Position Inside
Field Value
Type | Description |
---|---|
Position |
Outside
Specifies the position of the elements to be placed outside the axis.
Declaration
public const Position Outside
Field Value
Type | Description |
---|---|
Position |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |