Property CssText
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CssText
A string representation of the current value.
public override string CssText { get; set; }
Property Value
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.