ICSSStyleDeclaration.ParentRule

ICSSStyleDeclaration.ParentRule property

Die CSS-Regel, die diesen Deklarationsblock enthält, oder null, wenn diese CSSStyleDeclaration nicht an eine CSSRule angehängt ist.

public ICSSRule ParentRule { get; }

Eigentumswert

Die übergeordnete Regel.

Siehe auch