Class LineHeadStyle
Enum LineHeadStyle for line and arrow annotation.
Inheritance
System.Object
LineHeadStyle
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LineHeadStyle : Enum
Fields
Arrow
Represents the line with Arrow head style.
Declaration
public const LineHeadStyle Arrow
Field Value
Type |
---|
LineHeadStyle |
Closed
Represents the line with closed head style.
Declaration
public const LineHeadStyle Closed
Field Value
Type |
---|
LineHeadStyle |
ClosedArrow
Represents the line with Closed Arrow head style.
Declaration
public const LineHeadStyle ClosedArrow
Field Value
Type |
---|
LineHeadStyle |
Diamond
Represents the line with diamond head style.
Declaration
public const LineHeadStyle Diamond
Field Value
Type |
---|
LineHeadStyle |
None
Represents the line with no head style.
Declaration
public const LineHeadStyle None
Field Value
Type |
---|
LineHeadStyle |
Open
Represents the line with open arrow head style.
Declaration
public const LineHeadStyle Open
Field Value
Type |
---|
LineHeadStyle |
OpenArrow
Represents the line with Open Arrow head style.
Declaration
public const LineHeadStyle OpenArrow
Field Value
Type |
---|
LineHeadStyle |
Round
Represents the line with round head style.
Declaration
public const LineHeadStyle Round
Field Value
Type |
---|
LineHeadStyle |
Square
Represents the line with square head style.
Declaration
public const LineHeadStyle Square
Field Value
Type |
---|
LineHeadStyle |