Configuration of the polygon appearance.

Hierarchy

  • PartiallyConstructible
    • PolygonStyle

Constructors

  • Parameters

    • Optional source: DeepPartial<PolygonStyle>

    Returns PolygonStyle

Properties

cornerRadius: number

Polygon corner radius in dp.

Default Value

0.0;
fillColor: string

Polygon color.

Default Value

"#30FFFFFF";
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