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

ShapeOutline.Dashing Property

Gets or sets the dash style for a shape line.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

ShapeLineDashing Dashing { get; set; }

Property Value

Type Description
ShapeLineDashing

A ShapeLineDashing enumeration value that specifies the line dash type.

Remarks

Use the Dashing property to change the line appearance by selecting from different types of dashed and dotted lines.

See Also