Interface ICSSStyleRule
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSStyleRule.html
public interface ICSSStyleRule : ICSSRule
- Inherited Members
Properties
SelectorText
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSStyleRule.html#getSelectorText-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSStyleRule.html#setSelectorText-java.lang.String-
String SelectorText { get; set; }
Property Value
Style
CSSStyleDeclaration Style { get; }