Class CSSContainerQuery
CSSContainerQuery
public sealed class CSSContainerQuery
- Inheritance
-
CSSContainerQuery
- Inherited Members
Properties
LogicalAxes
logicalAxes
[JsonPropertyName("logicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LogicalAxes? LogicalAxes { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
PhysicalAxes
physicalAxes
[JsonPropertyName("physicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PhysicalAxes? PhysicalAxes { get; set; }
Property Value
Range
range
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange Range { get; set; }
Property Value
StyleSheetId
styleSheetId
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StyleSheetId { get; set; }
Property Value
Text
text
[JsonPropertyName("text")]
public string Text { get; set; }