Interface ICSSRule
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSRule.html
public interface ICSSRule
Properties
CssText
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSRule.html#getCssText-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSRule.html#setCssText-java.lang.String-
String CssText { get; set; }
Property Value
ParentRule
CSSRule ParentRule { get; }
Property Value
ParentStyleSheet
CSSStyleSheet ParentStyleSheet { get; }
Property Value
Type
short Type { get; }