# rectValue

> Value of a rectangle property.

## Definition

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

```csharp
public Rect rectValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.6/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Rect](/engine/6000.6/script-reference/unityeditor/serializedpropertytype/rect.md), [Rect](/engine/6000.6/script-reference/unityengine/rect.md).
