# WidthOverride

> The width override applied to the wire.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.6/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public float WidthOverride { get; set; }
```

### Remarks

Setting the value to 0 removes the width override on the wire, so the wire reverts to the default thickness defined by the graph canvas style.
