Class BoxStyle
Style information for drawing a box.
public sealed record BoxStyle : IEquatable<BoxStyle>
- Inheritance
-
BoxStyle
- Implements
- Inherited Members
Constructors
BoxStyle()
Style information for drawing a box.
public BoxStyle()
Properties
FillColor
The background color for the box (default: transparent)
public RGBA? FillColor { get; init; }
Property Value
HatchColor
The hatching color for the box (default: transparent)
public RGBA? HatchColor { get; init; }