Method GetCssValue
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
GetCssValue(string, bool)
Detects what kind of value cssText contains and returns an instance of the correct CssValue class
public static CssValue GetCssValue(string cssText, bool readOnly)
Parameters
cssText
stringThe text to parse for a CSS value
readOnly
boolSpecifies if this instance is read-only
Returns
- CssValue
The correct type of CSS value