Back to Devexpress

DXCustomLineCapBase.StrokeJoin Property

corelibraries-devexpress-dot-drawing-dot-dxcustomlinecapbase-d4f2c6b0.md

latest1.6 KB
Original Source

DXCustomLineCapBase.StrokeJoin Property

Gets or sets how lines the compose the custom line cap are joined.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXLineJoin StrokeJoin { get; set; }
vb
Public Property StrokeJoin As DXLineJoin

Property Value

TypeDescription
DXLineJoin

An enumeration value that indicates the line join mode.

|

Available values:

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.

|

See Also

DXCustomLineCapBase Class

DXCustomLineCapBase Members

DevExpress.Drawing Namespace