Class Placement
Defines the placement of the pointer with respect to the axis line in the linear gauge.
Inheritance
System.Object
Placement
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Placement : Enum
Fields
Center
Specifies the pointer to be placed at the center of the axis line.
Declaration
public const Placement Center
Field Value
Type |
---|
Placement |
Far
Specifies the pointer to be placed far from the axis line.
Declaration
public const Placement Far
Field Value
Type |
---|
Placement |
Near
Specifies the pointer to be placed near the axis line.
Declaration
public const Placement Near
Field Value
Type |
---|
Placement |
None
Specifies the pointer to be placed at default position.
Declaration
public const Placement None
Field Value
Type |
---|
Placement |