Class CSSKeyframeRule
CSSKeyframeRule
public sealed class CSSKeyframeRule- Inheritance
- 
      
      CSSKeyframeRule
- Inherited Members
Properties
KeyText
keyText
[JsonPropertyName("keyText")]
public Value KeyText { get; set; }Property Value
Origin
origin
[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { 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; }