PdfLineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates line ending styles
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfLineStyle
type PdfLineStyle =
- Inheritance
-
PdfLineStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates no line ending glyph. |
Square | 1 | Indicates a solid square line ending glyph. |
Circle | 2 | Indicates a filled circle line ending glyph. |
Diamond | 3 | Indicates a solid diamond line ending glyph. |
OpenArrow | 4 | Indicates an open arrow line ending glyph. |
ClosedArrow | 5 | Indicates a solid triangular line ending glyph. |