Enum FrameType
Defines the types of frames available in SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FrameType
Remarks
This option can be used with the DrawFrameAsync method of the image editor control to draw frames on an image.
Fields
| Name | Description |
|---|---|
| Bevel | Represents an option for a bevel frame. |
| Hook | Represents an option for a hook frame. |
| Inset | Represents an option for an inset frame. |
| Line | Represents an option for a line frame. |
| Mat | Represents an option for a mat frame. |
| None | Represents an option indicating no frame. |