BoxStyle

@Serializable
data class BoxStyle(val fillColor: DOM.RGBA? = null, val hatchColor: DOM.RGBA? = null)

Style information for drawing a box.

Constructors

Link copied to clipboard
constructor(fillColor: DOM.RGBA? = null, hatchColor: DOM.RGBA? = null)

Properties

Link copied to clipboard
val fillColor: DOM.RGBA? = null

The background color for the box (default: transparent)

Link copied to clipboard
val hatchColor: DOM.RGBA? = null

The hatching color for the box (default: transparent)