Table of Contents

TLineDashing Enumeration

Line style (dashes, solid, etc).

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
Solid 0 Solid (continuous) pen.
DashSys 1 PS_DASH system dash style.
DotSys 2 PS_DOT system dash style.
DashDotSys 3 PS_DASHDOT system dash style.
DashDotDotSys 4 PS_DASHDOTDOT system dash style.
DotGEL 5 square dot style.
DashGEL 6 dash style.
LongDashGEL 7 long dash style.
DashDotGEL 8 dash short dash.
LongDashDotGEL 9 long dash short dash.
LongDashDotDotGEL 10 long dash short dash short dash.