Table of Contents

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() or image(), but not linear-gradient() or element().

-'CSSKeywordValue'
-'CSSNumericValue'
-'CSSPositionValue'
-'CSSTransformValue'
-'CSSUnparsedValue'

See also on MDN

Constructors

CSSImageValue()

public CSSImageValue()