# Window Clamping Bounds

## Introduction

{% hint style="info" %}
Part of the [Window System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/window-tools) of the UX Complete asset
{% endhint %}

Defines the area of the parent RectTransform a window is clamped to

### Fields and Attributes

<table><thead><tr><th width="150">Type</th><th width="150">Name</th><th width="370.2">Notes</th></tr></thead><tbody><tr><td>float</td><td>left</td><td>minimal X position</td></tr><tr><td>float</td><td>right</td><td>maximum X position</td></tr><tr><td>float</td><td>top</td><td>maximum Y position</td></tr><tr><td>float</td><td>bottom</td><td>minimal Y position</td></tr></tbody></table>
