ShapeLineJoinStyle Enum
In This Article
Lists values that specify the line join type.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.2.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 Shape |
|
Round
|
Specifies that a corner where two lines intersect is rounded. |
#Related API Members
The following properties accept/return ShapeLineJoinStyle values:
See Also