# border

> Returns the border sizes of the Sprite.

## Definition

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

```csharp
public Vector4 border { get; }
```

### Remarks

X=left, Y=bottom, Z=right, W=top.
