Ellipse
Draws an ellipse (or a circle when the width and height are equal) by sampling the area defined by its width and height.
Library location
Library → Ellipse
Properties
Width
Horizontal extent — the bounding box width in pixels.
- Type:
float - Default:
100 - Animatable: Yes
- Range:
[0, ∞)
Height
Vertical extent — the bounding box height in pixels.
- Type:
float - Default:
100 - Animatable: Yes
- Range:
[0, ∞)
Common properties
This object inherits from Shape and exposes the common properties declared on its base classes.
Usage
Place the ellipse on the timeline and set its Width and Height (animate them to grow or shrink). Assign a brush to the fill, and optionally use a stroke to draw the outline.