Class CSSComputedStyleProperty
CSSComputedStyleProperty
public sealed class CSSComputedStyleProperty
- Inheritance
-
CSSComputedStyleProperty
- Inherited Members
Properties
Name
Computed style property name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
Computed style property value.
[JsonPropertyName("value")]
public string Value { get; set; }