CircleAnnotationState

The state holder for CircleAnnotation properties.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
var circleBlur: Double?

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Setting a negative value renders the blur as an inner glow effect.

Link copied to clipboard
var circleColor: Color?

The fill color of the circle.

Link copied to clipboard
var circleOpacity: Double?

The opacity at which the circle will be drawn.

Link copied to clipboard
var circleRadius: Double?

Circle radius. The unit of circleRadius is in density-independent pixels.

Link copied to clipboard
var circleStrokeColor: Color?

The stroke color of the circle.

Link copied to clipboard
var circleStrokeOpacity: Double?

The opacity of the circle's stroke.

Link copied to clipboard
var circleStrokeWidth: Double?

The width of the circle's stroke. Strokes are placed outside of the {@link PropertyFactory#circleRadius}. The unit of circleStrokeWidth is in density-independent pixels.

Link copied to clipboard