ICssConditionRule public interface ICssConditionRule : ICssGroupingRule, ICssRule, IStyleFormattable Represents all the "conditional" at-rules, which consist of a condition and a statement block. Documentation Code string ConditionText { get; set; } Gets or sets the text representation of the condition.