Table of Contents

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 CssValueType

The type of value

cssText string

The entire content of the value

readOnly bool

Specifies if the instance is read-only

CssValue()

Only for internal use

protected CssValue()