# Ellipse
Represents an ellipse shape.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## Ellipse interface

Represents an ellipse shape.

**Signature:**

```typescript
interface Ellipse extends ShapeMixin
```

**Extends:** [ShapeMixin](/en/creator-api/nodes/shape-mixin)

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [position](/en/creator-api/nodes/ellipse/position)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<[Vector](/en/creator-api/values/vector)>
      </td>

      <td>
        Position of the ellipse
      </td>
    </tr>

    <tr>
      <td>
        [size](/en/creator-api/nodes/ellipse/size)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<[Size](/en/creator-api/values/size)>
      </td>

      <td>
        Size of the ellipse
      </td>
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/nodes/ellipse/type)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        "ELLIPSE"
      </td>

      <td>
        Shape type
      </td>
    </tr>
  </tbody>
</table>
