Class ImageEditorArrowHeadType
Defines the types of arrowheads available in the SfImageEditor.
Inheritance
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageEditorArrowHeadType : Enum
Fields
Arrow
Represents the arrowhead type as "Arrow" indicating an arrow-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType Arrow
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "Arrow". |
Bar
Represents the arrowhead type as "Bar" indicating a bar-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType Bar
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "Bar". |
Circle
Represents the arrowhead type as "Circle" indicating a circle-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType Circle
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "Circle". |
None
Represents the arrowhead type as "None" indicating no arrowhead.
Declaration
public const ImageEditorArrowHeadType None
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "None". |
SolidArrow
Represents the arrowhead type as "SolidArrow" indicating a solid arrow-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType SolidArrow
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "SolidArrow". |
SolidCircle
Represents the arrowhead type as "SolidCircle" indicating a solid circle-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType SolidCircle
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "SolidCircle". |
SolidSquare
Represents the arrowhead type as "SolidSquare" indicating a solid square-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType SolidSquare
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "SolidSquare". |
Square
Represents the arrowhead type as "Square" indicating a square-shaped arrowhead.
Declaration
public const ImageEditorArrowHeadType Square
Field Value
Type | Description |
---|---|
ImageEditorArrowHeadType | The string value representing "Square". |