Skip to main content
All docs
V25.2
  • OutlineStyle.JoinType Property

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public LineJoinType JoinType { get; set; }

    Property Value

    Type
    LineJoinType

    Available values:

    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

    See Also