Share via


PolygonalPathOptions interface

The options that modify the style of a polygonal path.

Extends

Properties

fillColor

The fill color of the path. This only works if the path is a closed shape like polygon or circle. Range from 000000 to FFFFFF.

fillOpacity

The fill color of the path. This only works if the path is a closed shape like polygon or circle. Range from 0 to 1.

Inherited Properties

lineColor

The line color of the path. Range from 000000 to FFFFFF.

lineOpacity

The line opacity of the path. Range from 0 to 1.

lineWidthInPixels

The line width of the line. Should be greater than 0.

Property Details

fillColor

The fill color of the path. This only works if the path is a closed shape like polygon or circle. Range from 000000 to FFFFFF.

fillColor?: string

Property Value

string

fillOpacity

The fill color of the path. This only works if the path is a closed shape like polygon or circle. Range from 0 to 1.

fillOpacity?: number

Property Value

number

Inherited Property Details

lineColor

The line color of the path. Range from 000000 to FFFFFF.

lineColor?: string

Property Value

string

Inherited From CircularPathOptions.lineColor

lineOpacity

The line opacity of the path. Range from 0 to 1.

lineOpacity?: number

Property Value

number

Inherited From CircularPathOptions.lineOpacity

lineWidthInPixels

The line width of the line. Should be greater than 0.

lineWidthInPixels?: number

Property Value

number

Inherited From CircularPathOptions.lineWidthInPixels