4.145 DashStyles

x:Object > DashStyles
DashStyles
(usage)
{x:Static DashStyles.StaticPropertyName}
(description)
Implements a set of predefined DashStyle objects.
[is default constructible]
false
(static properties)
Dash
DashStyle
(description)
A DashStyle with a Dashes property equal to 2,2.
DashDot
DashStyle
(description)
A DashStyle with a Dashes property equal to 2,2,0,2.
DashDotDot
DashStyle
(description)
A DashStyle with a Dashes property equal to 2,2,0,2,0,2.
Dot
DashStyle
(description)
A DashStyle with a Dashes property equal to 0,2.
Solid
DashStyle
(description)
A DashStyle with an empty Dashes property.