Back to Devexpress

PdfPolyLineAnnotationFacade.LineEndStyle Property

officefileapi-devexpress-dot-pdf-dot-pdfpolylineannotationfacade.md

latest2.5 KB
Original Source

PdfPolyLineAnnotationFacade.LineEndStyle Property

Gets or sets the style of the line’s end point.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationLineEndingStyle LineEndStyle { get; set; }
vb
Public Property LineEndStyle As PdfAnnotationLineEndingStyle

Property Value

TypeDescription
PdfAnnotationLineEndingStyle

Indicates the line start style.

|

Available values:

NameDescriptionExample
None

No symbol.

|

| | Square |

A square.

|

| | Circle |

A circle.

|

| | Diamond |

A diamond.

|

| | OpenArrow |

An open arrow.

|

| | ClosedArrow |

A closed arrow.

|

| | Butt |

A short perpendicular line.

|

| | ROpenArrow |

A reversed open arrow.

|

| | RClosedArrow |

A reversed closed arrow.

|

| | Slash |

A short diagonal line.

|

|

See Also

PdfPolyLineAnnotationFacade Class

PdfPolyLineAnnotationFacade Members

DevExpress.Pdf Namespace