EllipseLabels

EllipseLabels tag creates labeled ellipses
Used only for Image

Parameters

Param Type Default Description
name string name of the element
toName string name of the image to label
[opacity] float 0.6 opacity of rectangle
[fillColor] string ellipse fill color, default is transparent
[strokeColor] string stroke color
[strokeWidth] number 1 width of stroke
[canRotate] boolean true show or hide rotation handle

Example

<View>
  <EllipseLabels name="labels" toName="image">
    <Label value="Person" />
    <Label value="Animal" />
  </EllipseLabels>
  <Image name="image" value="$image" />
</View>