# ShapeMixin.bringToFront
Moves this shape to the top of its parent's render stack.

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

## ShapeMixin.bringToFront() method

Moves this shape to the top of its parent's render stack.

**Signature:**

```typescript
bringToFront(): void;
```

**Returns:** void

## Example

```ts
shape.bringToFront();
```
