Skip to main content
All docs
V25.2
  • LineJoinType Enum

    Lists values that specify the line join type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum LineJoinType

    Members

    Name Description Example
    Bevel

    Specifies that a corner where two lines intersect is cut off at a 45 degree angle.

    DevExpress Presentation API - Line Join Type - Bevel

    Miter

    Specifies that a corner where two lines intersect is sharp or clipped, depending on the MiterLimit value.

    DevExpress Presentation API - Line Join Type - Miter

    Round

    Specifies that a corner where two lines intersect is rounded.

    DevExpress Presentation API - Line Join Type - Round

    Related API Members

    The following properties accept/return LineJoinType values:

    See Also