Class InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
public sealed class InheritedStyleEntry
- Inheritance
-
InheritedStyleEntry
- Inherited Members
Properties
InlineStyle
The ancestor node's inline style, if any, in the style inheritance chain.
[JsonPropertyName("inlineStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? InlineStyle { get; set; }
Property Value
MatchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain.
[JsonPropertyName("matchedCSSRules")]
public RuleMatch[] MatchedCSSRules { get; set; }