Table of Contents

Class CSSSupportsRule

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CSSSupportsRule interface represents a single CSS @supports at-rule.

[Value("CSSSupportsRule")]
public class CSSSupportsRule : CSSConditionRule
Inheritance
CSSSupportsRule
Inherited Members

Remarks

Constructors

CSSSupportsRule()

public CSSSupportsRule()

Properties

Matches

[Value("matches")]
public bool Matches { get; }

Property Value

bool