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 |
---|---|---|
0x00000000 |
1 |
|
0x00000001 |
1110 |
|
0x00000002 |
10 |
|
0x00000003 |
111010 |
|
0x00000004 |
11101010 |
|
0x00000005 |
1000 |
|
0x00000006 |
1111000 |
|
0x00000007 |
11111111000 |
|
0x00000008 |
11110001000 |
|
0x00000009 |
111111110001000 |
|
0x0000000A |
1111111100010001000 |