Class MarkerType
Defines the type of marker in the linear gauge.
Inheritance
System.Object
MarkerType
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MarkerType : Enum
Fields
Arrow
Specifies the marker as arrow.
Declaration
public const MarkerType Arrow
Field Value
Type | Description |
---|---|
MarkerType |
Circle
Specifies the marker as circle.
Declaration
public const MarkerType Circle
Field Value
Type | Description |
---|---|
MarkerType |
Diamond
Specifies the marker as diamond.
Declaration
public const MarkerType Diamond
Field Value
Type | Description |
---|---|
MarkerType |
Image
Specifies the marker as image.
Declaration
public const MarkerType Image
Field Value
Type | Description |
---|---|
MarkerType |
InvertedArrow
Specifies the marker as inverted arrow.
Declaration
public const MarkerType InvertedArrow
Field Value
Type | Description |
---|---|
MarkerType |
InvertedTriangle
Specifies the marker as inverted triangle.
Declaration
public const MarkerType InvertedTriangle
Field Value
Type | Description |
---|---|
MarkerType |
Rectangle
Specifies the marker as rectangle.
Declaration
public const MarkerType Rectangle
Field Value
Type | Description |
---|---|
MarkerType |
Triangle
Specifies the marker as triangle.
Declaration
public const MarkerType Triangle
Field Value
Type | Description |
---|---|
MarkerType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |