# EllipseOptions
Options for creating an ellipse shape.

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

## EllipseOptions interface

Options for creating an ellipse shape.

**Signature:**

```typescript
interface EllipseOptions
```

## 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/types/ellipse-options/position)
      </td>

      <td />

      <td>
        [Vector](/en/creator-api/values/vector)
      </td>

      <td>
        _(Optional)_ Initial position of the ellipse
      </td>
    </tr>

    <tr>
      <td>
        [size?](/en/creator-api/types/ellipse-options/size)
      </td>

      <td />

      <td>
        [Size](/en/creator-api/values/size)
      </td>

      <td>
        _(Optional)_ Initial size of the ellipse
      </td>
    </tr>
  </tbody>
</table>
