Skip to main content
All docs
V23.2

PdfPolyLineAnnotationFacade.LineStartStyle Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationLineEndingStyle LineStartStyle { get; set; }

Property Value

Type Description
PdfAnnotationLineEndingStyle

Indicates the line start style.

Available values:

Name Description Example
None

No symbol.

none

Square

A square.

square

Circle

A circle.

circle

Diamond

A diamond.

diamond

OpenArrow

An open arrow.

open arrow

ClosedArrow

A closed arrow.

open arrow

Butt

A short perpendicular line.

butt

ROpenArrow

A reversed open arrow.

open reversed arrow

RClosedArrow

A reversed closed arrow.

closed reversed arrow

Slash

A short diagonal line.

slash

See Also