Class ShapeType
Represents the default shape types in Syncfusion.Maui.Toolkit.SfShapeView.
Inheritance
System.Object
    ShapeType
  Namespace: Syncfusion.Maui.Toolkit
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class ShapeType : Enum
  Fields
Circle
Specifies that the shape is a circle.
Declaration
public const ShapeType Circle
  Field Value
| Type | 
|---|
| ShapeType | 
Cross
Specifies that the shape is a cross.
Declaration
public const ShapeType Cross
  Field Value
| Type | 
|---|
| ShapeType | 
Custom
Specifies a custom shape type.
Declaration
public const ShapeType Custom
  Field Value
| Type | 
|---|
| ShapeType | 
Diamond
Specifies that the shape is a diamond.
Declaration
public const ShapeType Diamond
  Field Value
| Type | 
|---|
| ShapeType | 
Hexagon
Specifies that the shape is a hexagon.
Declaration
public const ShapeType Hexagon
  Field Value
| Type | 
|---|
| ShapeType | 
HorizontalLine
Specifies that the shape is a horizontal line.
Declaration
public const ShapeType HorizontalLine
  Field Value
| Type | 
|---|
| ShapeType | 
InvertedTriangle
Specifies that the shape is an inverted triangle.
Declaration
public const ShapeType InvertedTriangle
  Field Value
| Type | 
|---|
| ShapeType | 
Pentagon
Specifies that the shape is a pentagon.
Declaration
public const ShapeType Pentagon
  Field Value
| Type | 
|---|
| ShapeType | 
Plus
Specifies that the shape is a plus.
Declaration
public const ShapeType Plus
  Field Value
| Type | 
|---|
| ShapeType | 
Rectangle
Specifies that the shape is a rectangle
Declaration
public const ShapeType Rectangle
  Field Value
| Type | 
|---|
| ShapeType | 
Triangle
Specifies that the shape is a triangle.
Declaration
public const ShapeType Triangle
  Field Value
| Type | 
|---|
| ShapeType | 
VerticalLine
Specifies that the shape is a vertical line.
Declaration
public const ShapeType VerticalLine
  Field Value
| Type | 
|---|
| ShapeType |