[]
        
(Showing Draft Content)

C1.Excel.XLShapeDashedLineStyle

XLShapeDashedLineStyle Enum

Specifies the dash style of borders drawn around XLShape objects.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum XLShapeDashedLineStyle

Fields

Name Description
Dash

Dash style, analogue PS_DASH pen of system.

DashDot

Dash-dot style, analogue PS_DASHDOT pen of system.

DashDotDot

Dash-dot-dot style, analogue PS_DASHDOTDOT pen of system.

Dot

Dot style, analogue PS_DOT pen of system.

LongDash

Long dash style.

LongDashDot

Long dash-dot style.

LongDashDotDot

Long dash-dot-dot style.

ShortDash

Short dash style.

ShortDashDot

Short dash-dot style.

Solid

Solid (continuous) pen.

SquareDot

Square dot style.