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
type
CssValueTypeThe type of value
cssText
stringThe entire content of the value
readOnly
boolSpecifies if the instance is read-only
CssValue()
Only for internal use
protected CssValue()