Class BoxStyle
Style information for drawing a box.
public sealed class BoxStyle
- Inheritance
-
BoxStyle
- Inherited Members
Properties
FillColor
The background color for the box (default: transparent)
[JsonPropertyName("fillColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? FillColor { get; set; }
Property Value
HatchColor
The hatching color for the box (default: transparent)
[JsonPropertyName("hatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? HatchColor { get; set; }