Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeOutline.JoinType Property

Gets or sets a join style for two intersecting lines.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeLineJoinStyle JoinType { get; set; }

Property Value

Type Description
ShapeLineJoinStyle

A ShapeLineJoinStyle enumeration value that specifies the join type.

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