Constructor CssValue
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
CssValue(CssValueType, string, bool)
Constructor for CssValue
public CssValue(CssValueType type, string cssText, bool readOnly)
Parameters
typeCssValueTypeThe type of value
cssTextstringThe entire content of the value
readOnlyboolSpecifies if the instance is read-only
CssValue()
Only for internal use
protected CssValue()