Class CSSFunctionNode
Section of the body of a CSS function rule.
public sealed class CSSFunctionNode
- Inheritance
-
CSSFunctionNode
- Inherited Members
Properties
Condition
A conditional block. If set, style should not be set.
[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSFunctionConditionNode? Condition { get; set; }
Property Value
Style
Values set by this node. If set, condition should not be set.
[JsonPropertyName("style")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? Style { get; set; }