# position

> The position of the VisualElement transform.

## Definition

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

> **Warning:**
>
> **Deprecated.** When reading the value, use VisualElement.resolvedStyle.translate. When writing the value, use VisualElement.style.translate instead.

```csharp
Vector3 position { get; set; }
```
