# ResizableElement

> Constructor for ResizableElement.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.6/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

## ResizableElement()

Constructor for ResizableElement.

```csharp
public ResizableElement()
```

## ResizableElement(string)

Constructor for ResizableElement.

```csharp
public ResizableElement(string uiFile)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): An optional UXML file path.
