Class CSSFontPaletteValuesRule
CSS font-palette-values rule representation.
public sealed class CSSFontPaletteValuesRule
- Inheritance
-
CSSFontPaletteValuesRule
- Inherited Members
Properties
FontPaletteName
Associated font palette name.
[JsonPropertyName("fontPaletteName")]
public Value FontPaletteName { get; set; }
Property Value
Origin
Parent stylesheet's origin.
[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }
Property Value
Style
Associated style declaration.
[JsonPropertyName("style")]
public CSSStyle Style { get; set; }
Property Value
StyleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }