Class CSSImageValue
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSImageValue interface of the CSS Typed Object Model API represents values for properties that take an image, for example 'background-image', 'list-style-image', or 'border-image-source'.
[Value("CSSImageValue")]
public class CSSImageValue : CSSStyleValue
- Inheritance
-
CSSImageValue
- Inherited Members
Remarks
The CSSImageValue object represents an image that involves a URL, such as url_function or image(), but not gradient/linear-gradient or element().
-'CSSKeywordValue'
-'CSSNumericValue'
-'CSSPositionValue'
-'CSSTransformValue'
-'CSSUnparsedValue'
Constructors
CSSImageValue()
public CSSImageValue()