# BringToFront()

> Brings this element to the end of its parent children list. The element will be visually in front of any overlapping sibling elements.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public void BringToFront()
```
