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

    Lists values that indicate the style of the line cap.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum LineCap

    Members

    Name Description
    Butt

    The line cap has a flat edge.

    Round

    The line cap has a rounded edge.

    Square

    The line cap has a square edge.

    Related API Members

    The following properties accept/return LineCap values:

    See Also