Class ShapeType
Specifies the different shape type for pointer.
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.dll
Syntax
public sealed class ShapeType : Enum
Fields
Circle
Specifies the circle shape for the pointer.
Declaration
public const ShapeType Circle
Field Value
Type |
---|
ShapeType |
Diamond
Specifies the diamond shape for the pointer.
Declaration
public const ShapeType Diamond
Field Value
Type |
---|
ShapeType |
InvertedTriangle
Specifies the inverted triangle shape for the pointer.
Declaration
public const ShapeType InvertedTriangle
Field Value
Type |
---|
ShapeType |
Rectangle
Specifies the rectangle shape for the pointer.
Declaration
public const ShapeType Rectangle
Field Value
Type |
---|
ShapeType |
Triangle
Specifies the triangle shape for the pointer.
Declaration
public const ShapeType Triangle
Field Value
Type |
---|
ShapeType |