# EndProperty()

> Closes a property wrapper that begins with MaterialEditor.BeginProperty.

## Definition

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

```csharp
public static void EndProperty()
```

### Remarks

Additional Resources: [MaterialEditor.BeginProperty](/engine/6000.7/script-reference/unityeditor/materialeditor/beginproperty.md).
