Back to Devexpress

ShapeOutline.JoinType Property

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapeoutline-f2e43722.md

latest2.5 KB
Original Source

ShapeOutline.JoinType Property

Gets or sets a join style for two intersecting lines.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeLineJoinStyle JoinType { get; set; }
vb
Property JoinType As ShapeLineJoinStyle

Property Value

TypeDescription
ShapeLineJoinStyle

A ShapeLineJoinStyle enumeration value that specifies the join type.

|

Available values:

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.

|

|

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).

See Also

ShapeOutline Interface

ShapeOutline Members

DevExpress.Spreadsheet.Drawings Namespace