Enum ShapeType
Defines the types of shapes available in SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ShapeType
Fields
| Name | Description |
|---|---|
| Arrow | Represents a Arrow shape. |
| Ellipse | Represents a Ellipse shape. |
| FreehandDraw | Represents a Freehand Draw shape. |
| Image | Represents a Add image shape. |
| Line | Represents a Line shape. |
| Path | Represents a Path shape. |
| Rectangle | Represents a Rectangle shape. |
| Text | Represents a Text shape. |