ShapeLineJoinStyle Enum
Lists values that specify the line join type.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description | Example |
---|---|---|
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. |
Related API Members
The following properties accept/return ShapeLineJoinStyle values:
See Also