Class CSSStyle
CSSStyle
public sealed class CSSStyle
- Inheritance
-
CSSStyle
- Inherited Members
Properties
CssProperties
cssProperties
[JsonPropertyName("cssProperties")]
public CSSProperty[] CssProperties { get; set; }
Property Value
CssText
cssText
[JsonPropertyName("cssText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CssText { get; set; }
Property Value
Range
range
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange Range { get; set; }
Property Value
ShorthandEntries
shorthandEntries
[JsonPropertyName("shorthandEntries")]
public ShorthandEntry[] ShorthandEntries { get; set; }
Property Value
StyleSheetId
styleSheetId
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StyleSheetId { get; set; }