Table of Contents

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 string

The text to parse for a CSS value

readOnly bool

Specifies if this instance is read-only

Returns

CssValue

The correct type of CSS value