[]
Parses a string containing style definitions.
public bool ParseString(string styleDef)
Type | Name | Description |
---|---|---|
string | styleDef | String containing style definitions. |
Type | Description |
---|---|
bool | True if the string was parsed successfully, false otherwise. |
The style definition string is usually obtained from a call to BuildString(bool) method.
The new definitions are merged with the current ones. To completely replace the styles, call the Clear() method before parsing the new styles.