Enum FrameLineStyle
Defines the types of lines available for frames in SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FrameLineStyle
Remarks
This option can be used with the DrawFrameAsync method of the image editor control to draw frames on an image.
Fields
| Name | Description |
|---|---|
| Dashed | Represents an option for a dashed type of line. |
| Dotted | Represents an option for a dotted type of line. |
| Solid | Represents an option for a solid type of line. |