Class InheritedStyleEntry
InheritedStyleEntry
public sealed class InheritedStyleEntry- Inheritance
- 
      
      InheritedStyleEntry
- Inherited Members
Properties
InlineStyle
inlineStyle
[JsonPropertyName("inlineStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? InlineStyle { get; set; }Property Value
MatchedCSSRules
matchedCSSRules
[JsonPropertyName("matchedCSSRules")]
public RuleMatch[] MatchedCSSRules { get; set; }