Configuration of the polygon appearance.

Constructors

Properties

cornerRadius: number

The corner radius of the polygon in dp.

Default Value

0.0;
fillColor: string

The fill color of the polygon.

Default Value

"#FFFFFF30";
strokeColor: string

The color of the polygon outline.

Default Value

"#FFFFFFFF";
strokeWidth: number

The width of the polygon outline in dp.

Default Value

2.0;

Generated using TypeDoc