Class CSSProperty
CSSProperty
public sealed class CSSProperty
- Inheritance
-
CSSProperty
- Inherited Members
Properties
Disabled
disabled
[JsonPropertyName("disabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Disabled { get; set; }
Property Value
- bool?
Implicit
implicit
[JsonPropertyName("implicit")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Implicit { get; set; }
Property Value
- bool?
Important
important
[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }
Property Value
- bool?
LonghandProperties
longhandProperties
[JsonPropertyName("longhandProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSProperty[] LonghandProperties { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
ParsedOk
parsedOk
[JsonPropertyName("parsedOk")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ParsedOk { get; set; }
Property Value
- bool?
Range
range
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange Range { get; set; }
Property Value
Text
text
[JsonPropertyName("text")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Text { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }