Table of Contents

Interface ICSSRule

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.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

String CssText { get; set; }

Property Value

String

ParentRule

CSSRule ParentRule { get; }

Property Value

CSSRule

ParentStyleSheet

CSSStyleSheet ParentStyleSheet { get; }

Property Value

CSSStyleSheet

Type

short Type { get; }

Property Value

short