Table of Contents

Property CssText

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

CssText

A string representation of the current value.

string CssText { get; set; }

Property Value

string

Exceptions

DomException

SYNTAX_ERR: Raised if the specified CSS string value has a syntax error (according to the attached property) or is unparsable.

DomException

INVALID_MODIFICATION_ERR: Raised if the specified CSS string value represents a different type of values than the values allowed by the CSS property.

DomException

NO_MODIFICATION_ALLOWED_ERR: Raised if this value is readonly.