Skip to main content
A newer version of this page is available. .

ShapeLineJoinStyle Enum

Lists values used to specify the join style for line ends.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

public enum ShapeLineJoinStyle

Members

Name Description
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:

Remarks

The values listed by this enumeration are used to set the ShapeOutline.JoinType property.

See Also