Back to Devexpress

DXLineJoin Enum

corelibraries-devexpress-dot-drawing-ca8ad519.md

latest1.8 KB
Original Source

DXLineJoin Enum

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

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum DXLineJoin
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum DXLineJoin

Members

NameDescription
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.

|

The following properties accept/return DXLineJoin values:

LibraryRelated API Members
Cross-Platform Class LibraryDXCustomLineCapBase.StrokeJoin
DXPen.LineJoin
LineStyle.DXLineJoin
WinForms ControlsLineStyleModel.DXLineJoin

See Also

DevExpress.Drawing Namespace