Back to Devexpress

ShapeOutline.Dashing Property

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapeoutline-30b9e06a.md

latest4.2 KB
Original Source

ShapeOutline.Dashing Property

Gets or sets the dash style for a shape line.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeLineDashing Dashing { get; set; }
vb
Property Dashing As ShapeLineDashing

Property Value

TypeDescription
ShapeLineDashing

A ShapeLineDashing enumeration value that specifies the line dash type.

|

Available values:

Show 11 items

NameDescriptionExample
Solid

A solid line. The binary pattern is 1 (a continuous line).

|

| | SystemDash |

A line consisting of short dashes. The binary pattern is 1110 (three filled points and one space).

|

| | SystemDot |

A line consisting of dots with a short space between them. The binary pattern is 10 (one filled point and one space).

|

| | SystemDashDot |

A line consisting of a repeating short dash-dot pattern. The binary pattern is 111010 (three filled points - one space - one filled point - one space).

|

| | SystemDashDotDot |

A line consisting of a repeating short dash-dot-dot pattern. The binary pattern is 11101010 (three filled points - one space - one filled point - one space - one filled point - one space).

|

| | Dot |

A line consisting of dots. The binary pattern is 1000 (one filled point and three spaces).

|

| | Dash |

A line consisting of dashes. The binary pattern is 1111000 (four filled points and three spaces).

|

| | DashDot |

A line consisting of a repeating dash-dot pattern. The binary pattern is 11110001000 (four filled points - three spaces - one filled point - three spaces).

|

| | LongDash |

A line consisting of long dashes. The binary pattern is 11111111000 (eight filled points and three spaces).

|

| | LongDashDot |

A line consisting of a repeating long dash-dot pattern. The binary pattern is 111111110001000 (eight filled points - three spaces - one filled point - three spaces).

|

| | LongDashDotDot |

A line consisting of a repeating long dash-dot-dot pattern. The binary pattern is 1111111100010001000 (eight filled points - three spaces - one filled point - three spaces - one filled point - three spaces).

|

|

Remarks

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

See Also

ShapeOutline Interface

ShapeOutline Members

DevExpress.Spreadsheet.Drawings Namespace