CircularPathOptions interface
The options that modify the style of a circular path.
Properties
| line |
The line color of the path. Range from 000000 to FFFFFF. |
| line |
The line opacity of the path. Range from 0 to 1. |
| line |
The line width of the line. Should be greater than 0. |
Property Details
lineColor
The line color of the path. Range from 000000 to FFFFFF.
lineColor?: string
Property Value
string
lineOpacity
The line opacity of the path. Range from 0 to 1.
lineOpacity?: number
Property Value
number
lineWidthInPixels
The line width of the line. Should be greater than 0.
lineWidthInPixels?: number
Property Value
number