Skip to main content
All docs
V25.1
  • DXLineJoin Enum

    Lists values that indicate how to join consecutive line or curve segments in a figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    [ResourceFinder(typeof(ResFinder))]
    public enum DXLineJoin

    Members

    Name Description
    Miter

    Specifies a mitered join. The join results in a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.

    Bevel

    Specifies a beveled join. The join results in a diagonal corner.

    Round

    Specifies a circular join. The join results in a smooth, circular arc between the lines.

    MiterClipped

    Specifies a mitered join. The join results in a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.

    Related API Members

    The following properties accept/return DXLineJoin values:

    Library Related API Members
    Cross-Platform Class Library DXCustomLineCapBase.StrokeJoin
    DXPen.LineJoin
    LineStyle.DXLineJoin
    WinForms Controls LineStyleModel.DXLineJoin

    See Also