# boundsValue

> Value of bounds property.

## Definition

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

```csharp
public Bounds boundsValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.7/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Bounds](/engine/6000.7/script-reference/unityeditor/serializedpropertytype/bounds.md), [Bounds](/engine/6000.7/script-reference/unityengine/bounds.md).
