API Reference
Class
HtmlComputedStyleSummary
Compact summary of computed CSS used by conversion profiles, reports, and tests.
Inheritance
- Object
- HtmlComputedStyleSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ElementCount { get; } #Number of elements seen by the computed-style engine.
public Int32 StyledElementCount { get; } #Number of elements with at least one computed property.
public IReadOnlyList<String> PropertyNames { get; } #Distinct computed property names.
public IReadOnlyList<String> FontFamilies { get; } #Distinct font-family values discovered in computed styles.
public IReadOnlyList<String> ColorValues { get; } #Distinct color-like values discovered in computed styles.