Skip to main content
All docs
V26.1
  • UnclosedPathAnnotation.StartLineEnding Property

    Gets or sets the line ending style at the start point of the annotation path.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public AnnotationLineEndingStyle StartLineEnding { get; set; }

    Property Value

    Type Description
    AnnotationLineEndingStyle

    The line ending style at the start point of the annotation path.

    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