StripeStyle

Defines the style of a stripe (that might for example be used to visualize an enum)

Properties

  • alternateColor

    An alternate color; how it is used depends on the

    string | null
  • backgroundColor

    The main background color

    string | null
  • borderColor

    The color of the border (Default: none)

    string | null
  • fill

    How the stripe is filled (Default: Solid)

    Solid | null
  • labelColor

    The color to be used for a stripe-label

    string | null