# Vector2.x

```csharp
float x { get; set; }
```

X component of this vector.

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
