Class CSSPropertyRule
CSSPropertyRule
public sealed class CSSPropertyRule
- Inheritance
-
CSSPropertyRule
- Inherited Members
Properties
Origin
origin
[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }
Property Value
PropertyName
propertyName
[JsonPropertyName("propertyName")]
public Value PropertyName { get; set; }
Property Value
Style
style
[JsonPropertyName("style")]
public CSSStyle Style { get; set; }
Property Value
StyleSheetId
styleSheetId
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StyleSheetId { get; set; }