Enum ImageEditorArrowHeadType
Defines the types of arrowheads available in the SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ImageEditorArrowHeadType
Fields
| Name | Description |
|---|---|
| Arrow | Represents the arrowhead type as "Arrow" indicating an arrow-shaped arrowhead. |
| Bar | Represents the arrowhead type as "Bar" indicating a bar-shaped arrowhead. |
| Circle | Represents the arrowhead type as "Circle" indicating a circle-shaped arrowhead. |
| None | Represents the arrowhead type as "None" indicating no arrowhead. |
| SolidArrow | Represents the arrowhead type as "SolidArrow" indicating a solid arrow-shaped arrowhead. |
| SolidCircle | Represents the arrowhead type as "SolidCircle" indicating a solid circle-shaped arrowhead. |
| SolidSquare | Represents the arrowhead type as "SolidSquare" indicating a solid square-shaped arrowhead. |
| Square | Represents the arrowhead type as "Square" indicating a square-shaped arrowhead. |