Specifies the style of dashed lines drawn with a xtd::drawing::pen object.
- Namespace
- xtd::drawing
- Library
- xtd.drawing
Enumerator |
---|
solid | Specifies a solid line.
|
dash | Specifies a line consisting of dashes.
|
dot | Specifies a line consisting of dots.
|
dash_dot | Specifies a line consisting of a repeating pattern of dash-dot.
|
dash_dot_dot | Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
custom | Specifies a user-defined custom dash style.
|