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