Skip to main content
All docs
V26.1
  • LineJoin Enum

    Lists values that indicate the line join style in a PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum LineJoin

    Members

    Name Description
    Miter

    Miter join style.

    Round

    Round join style.

    Bevel

    Bevel join style.

    Related API Members

    The following properties accept/return LineJoin values:

    See Also