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 bool TryParse(
string value,
out DashStyle style
)
Public Shared Function TryParse (
value As String,
<OutAttribute> ByRef style As DashStyle
) As Boolean
static member TryParse :
value : string *
style : DashStyle byref -> bool
Parameters
- value
- Type: SystemString
String value to parse - style
- Type: Eto.DrawingDashStyle
DashStyle representation of the specified value if successful
Return Value
Type:
BooleanTrue if successful, or false if the value could not be parsed
See Also