[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.LineDashStyle

Enum LineDashStyle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the dash style for a line.

public enum LineDashStyle

Fields

Dash = 3

Specifies the line consists of only dashes.

DashDot = 4

Specifies the line is a dash-dot pattern.

DashDotDot = 5

Specifies the line is a dash-dot-dot pattern.

LongDash = 6

Specifies the line consists of long dashes.

LongDashDot = 7

Specifies the line is a long dash-dot pattern.

LongDashDotDot = 8

Specifies the line is a long dash-dot-dot pattern.

Mixed = 12

For special shapes use only.

RoundDot = 2

Specifies the line is made up of round dots.

Solid = 0

Specifies the line is solid.

SquareDot = 1

Specifies the line is made up of square dots.

SysDash = 9

Specifies the line is a long system-dash pattern.

SysDashDot = 11

Specifies the line is a long system-dash-dot pattern.

SysDot = 10

Specifies the line is a long system-dot pattern.