Enum LineHeadStyle
Enum LineHeadStyle for line and arrow annotation.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum LineHeadStyle
Fields
| Name | Description |
|---|---|
| Arrow | Represents the line with Arrow head style. |
| Closed | Represents the line with closed head style. |
| ClosedArrow | Represents the line with Closed Arrow head style. |
| Diamond | Represents the line with diamond head style. |
| None | Represents the line with no head style. |
| Open | Represents the line with open arrow head style. |
| OpenArrow | Represents the line with Open Arrow head style. |
| Round | Represents the line with round head style. |
| Square | Represents the line with square head style. |