API Reference
Class
HtmlComputedStyle
Computed-style snapshot for one HTML element.
Inheritance
- Object
- HtmlComputedStyle
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
- Method HtmlComputedStyleEngine.Compute
- Method HtmlComputedStyleEngine.Compute
- Method HtmlComputedStyleEngine.Compute
- Property HtmlSemanticBlock.Style
- Property HtmlSemanticRun.Style
- Property HtmlSemanticTableCell.Style
Accepted by parameters
Methods
public String GetValue(String propertyName) #Returns:
StringGets a computed property value or an empty string when no value is known.
Parameters
- propertyName System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyDictionary<String, String> Properties { get; } #All computed properties known to the lightweight style engine.