Attempts to parse the specified
value into a dash style. This can be one of the
system styles (solid, dash, dot, dashdot, dashdotdot), or a series of numbers separated by commas
specifying the solid and gap parts (see
Dashes).
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static DashStyle Parse(
string value
)
Public Shared Function Parse (
value As String
) As DashStyle
static member Parse :
value : string -> DashStyle
Parameters
- value
- Type: SystemString
String value to parse
Return Value
Type:
DashStyleDashStyle representation of the specified value if successful
Exceptions See Also