# xMax

> Shows the maximum X value of the RectInt.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int xMax { readonly get; set; }
```

### Remarks

Sets the maximum X value of [RectInt](/engine/6000.6/script-reference/unityengine/rectint.md). If you enter a maximum value that is less than the current minimum value, then the entered value becomes the new minimum value and the previous minimum value becomes the new maximum value. The position and size of the [RectInt](/engine/6000.6/script-reference/unityengine/rectint.md) is then adjusted based on the new minimum and maximum values.
