LineDashType Enum
Represents the line dash type.
Fields
Custom | Custom |
Dash | Dash 1111000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
DashDot | Dash Dot 11110001000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
Dot | Dot 1000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
LongDash | Long Dash 11111111000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
LongDashDot | Long Dash Dot 111111110001000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
LongDashDotDot | Long Dash Dot Dot 1111111100010001000 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
RoundDot | Round Dot 10 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
Solid | Solid 1 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
SquareDot | Square Dot 1110 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
SystemDashDot | System Dash Dot 111010 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |
SystemDashDotDot | System Dash Dot Dot 11101010 1 - line segment of the same length as the line width, 0 - space of the same length as the line width. |