Class GaugeShapeType
Defines the constants that specify the different shape type of the pointer.
Inheritance
System.Object
GaugeShapeType
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public sealed class GaugeShapeType : Enum
Fields
Circle
Specifies the circle shape for the marker.
Declaration
public const GaugeShapeType Circle
Field Value
Type |
---|
GaugeShapeType |
Diamond
Specifies the diamond shape for the marker.
Declaration
public const GaugeShapeType Diamond
Field Value
Type |
---|
GaugeShapeType |
InvertedTriangle
Specifies the inverted triangle shape for the marker.
Declaration
public const GaugeShapeType InvertedTriangle
Field Value
Type |
---|
GaugeShapeType |
Rectangle
Specifies the rectangle shape for the marker.
Declaration
public const GaugeShapeType Rectangle
Field Value
Type |
---|
GaugeShapeType |
Triangle
Specifies the triangle shape for the marker.
Declaration
public const GaugeShapeType Triangle
Field Value
Type |
---|
GaugeShapeType |