# BoundsIntField

> Initializes and returns an instance of BoundsIntField.

## Definition

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

## BoundsIntField()

Initializes and returns an instance of BoundsIntField.

```csharp
public BoundsIntField()
```

## BoundsIntField(string)

Initializes and returns an instance of BoundsIntField.

```csharp
public BoundsIntField(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The text to use as a label.
