ViewBackground

case class ViewBackground(cornerRadius: Option[CornerRadius], cursor: Option[Cursor], fill: Option[Color], fillOpacity: Option[Opacity], opacity: Option[CornerRadius], stroke: Option[Color], strokeCap: Option[Cap], strokeDash: Option[StrokeDash], strokeDashOffset: Option[CornerRadius], strokeJoin: Option[StrokeJoinUnion], strokeMiterLimit: Option[CornerRadius], strokeOpacity: Option[Opacity], strokeWidth: Option[FontSize], style: Option[Text])

An object defining the view background's fill and stroke.

Default value: none (transparent)

Source:
vega-lite.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product