Table of Contents

Class CSSConditionRule

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

An object implementing the CSSConditionRule interface represents a single condition CSS at-rule, which consists of a condition and a statement block.

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

Remarks

Constructors

CSSConditionRule()

public CSSConditionRule()

Properties

ConditionText

The read-only conditionText property of
the CSSConditionRule interface returns or sets the text of the CSS
rule.

[Value("conditionText")]
public string ConditionText { get; }

Property Value

string

A string.

Remarks