2.4.15 MSOLINEDASHING

Referenced by: lineBottomDashing, lineDashing, lineLeftDashing, lineRightDashing, lineTopDashing

The MSOLINEDASHING enumeration, as shown in the following table, specifies preset dashed-line values. Each style corresponds to a precise binary representation of the repeating dash style. Each 1 corresponds to a line segment, and each 0 corresponds to a space.

Name

Value

Meaning

msolineSolid

0x00000000

1

A solid line

msolineDashSys

0x00000001

1110

A dashed line

msolineDotSys

0x00000002

10

A dotted line

msolineDashDotSys

0x00000003

111010

Line with dash dot dash dot pattern

msolineDashDotDotSys

0x00000004

11101010

Line with dash dot dot dash dot dot pattern

msolineDotGEL

0x00000005

1000

Dotted line with extra spaces between dots

msolineDashGEL

0x00000006

1111000

Medium dashed line

msolineLongDashGEL

0x00000007

11111111000

Long dashed line

msolineDashDotGEL

0x00000008

11110001000

Dash long space dot long space pattern

msolineLongDashDotGEL

0x00000009

111111110001000

Long dash, long space, dot, long space pattern

msolineLongDashDotDotGEL

0x0000000A

1111111100010001000

Long dash, long space, dot long space, dot long space pattern