Class InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
public sealed record InheritedStyleEntry : IEquatable<InheritedStyleEntry>
- Inheritance
-
InheritedStyleEntry
- Implements
- Inherited Members
Constructors
InheritedStyleEntry(ImmutableArray<RuleMatch>)
Inherited CSS rule collection from ancestor node.
public InheritedStyleEntry(ImmutableArray<RuleMatch> MatchedCSSRules)
Parameters
MatchedCSSRulesImmutableArray<RuleMatch>Matches of CSS rules matching the ancestor node in the style inheritance chain.
Properties
InlineStyle
The ancestor node's inline style, if any, in the style inheritance chain.
public CSSStyle? InlineStyle { get; init; }
Property Value
MatchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain.
public ImmutableArray<RuleMatch> MatchedCSSRules { get; init; }