Back to Devexpress

ShapeLineJoinStyle Enum

officefileapi-devexpress-dot-spreadsheet-dot-drawings-59cd051a.md

latest1.8 KB
Original Source

ShapeLineJoinStyle Enum

Lists values that specify the line join type.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeLineJoinStyle
vb
Public Enum ShapeLineJoinStyle

Members

NameDescriptionExample
Bevel

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

|

| | Miter |

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

|

| | Round |

Specifies that a corner where two lines intersect is rounded.

|

|

The following properties accept/return ShapeLineJoinStyle values:

See Also

DevExpress.Spreadsheet.Drawings Namespace