DataGate Print File Designer® - Build 8.0.355 and above

LineStyles Enumeration

The LineStyles enumerated constant defines values for the style of line.  The default is Solid.

BegEnum LineStyles Access(*Public)

Members

Member Description Value

Dash

Specifies a line consisting of dashes.

2

DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

4

DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

5

Dot

Specifies a line consisting of dots.

3

Solid

Specifies a solid line.

1

Transparent

Specifies a line consisting of transparent pixels.

0


Examples

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

See Also

ASNA.DataGate.PrintControls