Class BeginStyle
Represents the style of the line beginning in distance annotations.
Inheritance
System.Object
BeginStyle
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public sealed class BeginStyle : Enum
Fields
Closed
The line begins with closed arrow
Declaration
public const BeginStyle Closed
Field Value
Type |
---|
BeginStyle |
Diamond
The line begins with a diamond.
Declaration
public const BeginStyle Diamond
Field Value
Type |
---|
BeginStyle |
None
No line begin style
Declaration
public const BeginStyle None
Field Value
Type |
---|
BeginStyle |
Open
The line begins with open arrow
Declaration
public const BeginStyle Open
Field Value
Type |
---|
BeginStyle |
Round
The line beginning is rounded
Declaration
public const BeginStyle Round
Field Value
Type |
---|
BeginStyle |
Square
The line begins with a square
Declaration
public const BeginStyle Square
Field Value
Type |
---|
BeginStyle |