CSSConditionRule

Overview

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

Location

Properties


conditionText

 

property conditionText: String read write;

 

String conditionText { get; set; }

 

var conditionText: String { get{} set{} }

 

String conditionText { __get; __set; }

 

Property conditionText() As String