PdfLineAnnotationFacade.LineEndStyle Property
In This Article
Gets or sets the style of the line’s end point.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationLineEndingStyle LineEndStyle { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the line start style. |
Available values:
Name | Description | Example |
---|---|---|
None | No symbol. |
|
Square | A square. |
|
Circle | A circle. |
|
Diamond | A diamond. |
|
Open |
An open arrow. |
|
Closed |
A closed arrow. |
|
Butt | A short perpendicular line. |
|
ROpen |
A reversed open arrow. |
|
RClosed |
A reversed closed arrow. |
|
Slash | A short diagonal line. |
See Also