Appearance of the polygon used for buttons and hint backgrounds.

Hierarchy

  • PartiallyConstructible
    • BackgroundStyle

Constructors

  • Parameters

    • Optional source: DeepPartial<BackgroundStyle>

    Returns BackgroundStyle

Properties

fillColor: string

Polygon color.

Default Value

"#FFFFFF30";
strokeColor: string

Color of the polygon outline.

Default Value

"#FFFFFFFF";
strokeWidth: number

Width of the polygon outline in dp.

Default Value

2.0;

Generated using TypeDoc