PdfLineStyle Enum
Definition
Enumerates line ending styles
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfLineStyle
type PdfLineStyle =
- Inheritance
-
PdfLineStyle
- Attributes
Fields
Circle | 2 | Indicates a filled circle line ending glyph. |
ClosedArrow | 5 | Indicates a solid triangular line ending glyph. |
Diamond | 3 | Indicates a solid diamond line ending glyph. |
None | 0 | Indicates no line ending glyph. |
OpenArrow | 4 | Indicates an open arrow line ending glyph. |
Square | 1 | Indicates a solid square line ending glyph. |