Class CSSPropertyRegistration
CSSPropertyRegistration
public sealed class CSSPropertyRegistration
- Inheritance
-
CSSPropertyRegistration
- Inherited Members
Properties
Inherits
inherits
[JsonPropertyName("inherits")]
public bool Inherits { get; set; }
Property Value
InitialValue
initialValue
[JsonPropertyName("initialValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Value InitialValue { get; set; }
Property Value
PropertyName
propertyName
[JsonPropertyName("propertyName")]
public string PropertyName { get; set; }
Property Value
Syntax
syntax
[JsonPropertyName("syntax")]
public string Syntax { get; set; }