| ThemeHelperParseTileMode Method |
Converts the specified string representation of a tile mode to its
TileMode equivalent, or throws an exception if the string cannot be
converted to a
TileMode.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public static TileMode ParseTileMode(
string value
)
Public Shared Function ParseTileMode (
value As String
) As TileMode
public:
static TileMode ParseTileMode(
String^ value
)
static member ParseTileMode :
value : string -> TileMode
Parameters
- value
- Type: SystemString
The value. If this value is or an empty string,
None is returned as the default value.
Return Value
Type:
TileModeThe
TileMode.
Exceptions See Also