Skip to main content

ShapeLineJoinStyle Enum

Lists values that specify the line join type.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ShapeLineJoinStyle

Members

Name Description Example
Bevel

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

SpreadsheetDrawings_LineJoinStyle_BevelJoinType

Miter

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

SpreadsheetDrawings_LineJoinStyle_MitterJoinType

Round

Specifies that a corner where two lines intersect is rounded.

SpreadsheetDrawings_LineJoinStyle_RoundJoinType

Related API Members

The following properties accept/return ShapeLineJoinStyle values:

See Also