Class CSSComputedStyleProperty
public sealed record CSSComputedStyleProperty : IEquatable<CSSComputedStyleProperty>
- Inheritance
-
CSSComputedStyleProperty
- Implements
- Inherited Members
Constructors
CSSComputedStyleProperty(string, string)
public CSSComputedStyleProperty(string Name, string Value)
Parameters
Properties
Name
Computed style property name.
public string Name { get; init; }
Property Value
Value
Computed style property value.
public string Value { get; init; }