ShapeOutline.JoinType Property
Gets or sets a join style for two intersecting lines.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ShapeLineJoinStyle | A ShapeLineJoinStyle enumeration value that specifies the join type. |
Available values:
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. |
Remarks
Use the JoinType property to specify the appearance of two intersecting lines: whether it is rounded (ShapeLineJoinStyle.Round), squared (ShapeLineJoinStyle.Miter) or beveled (ShapeLineJoinStyle.Bevel).