Class GaugeShape
Specifies the shape of a marker in circular gauge.
Inheritance
System.Object
GaugeShape
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class GaugeShape : Enum
Fields
Circle
Renders a marker shape as circle.
Declaration
public const GaugeShape Circle
Field Value
Type |
---|
GaugeShape |
Diamond
Renders the marker shape as diamond.
Declaration
public const GaugeShape Diamond
Field Value
Type |
---|
GaugeShape |
Image
Renders the marker shape as an image.
Declaration
public const GaugeShape Image
Field Value
Type |
---|
GaugeShape |
InvertedTriangle
Renders the marker shape as inverted triangle.
Declaration
public const GaugeShape InvertedTriangle
Field Value
Type |
---|
GaugeShape |
Rectangle
Renders the marker shape as rectangle.
Declaration
public const GaugeShape Rectangle
Field Value
Type |
---|
GaugeShape |
Text
Renders the marker as text.
Declaration
public const GaugeShape Text
Field Value
Type |
---|
GaugeShape |
Triangle
Renders the marker shape as triangle.
Declaration
public const GaugeShape Triangle
Field Value
Type |
---|
GaugeShape |