[]
Rebuilds this style based on a description contained in a string.
public bool ParseString(string str)
| Type | Name | Description |
|---|---|---|
| string | str |
| Type | Description |
|---|---|
| bool | True if the string was successfully parsed, false otherwise. |
This method is used to persist grid styles and can be used to define and save 'skins'.
See the BuildString(bool) and ParseString(string) methods.