[]
Converts a string representation of wrap mode to the corresponding WrapMode enumeration value.
public static WrapMode WrapModeFromString(string wrapMode)
| Type | Name | Description |
|---|---|---|
| string | wrapMode | The string representation of wrap mode. |
| Type | Description |
|---|---|
| WrapMode | The corresponding WrapMode enumeration value. |