strokeWidth property

int strokeWidth
final

The width of the circle's outline in screen points.

The width is constant and independent of the camera's zoom level. The default value is 10. Setting strokeWidth to 0 results in no stroke.

Implementation

final int strokeWidth;