Click or drag to resize

DashStyleParse Method

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
)

Parameters

value
Type: SystemString
String value to parse

Return Value

Type: DashStyle
DashStyle representation of the specified value if successful
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionRaised when the value could not be converted
See Also