# StartDragArgs(string, DragVisualMode)

> Initializes a StartDragArgs.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public StartDragArgs(string title, DragVisualMode visualMode)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The text to use during the drag.**** (\[DragVisualMode]\(/engine/6000.6/script-reference/unityengine/uielements/dragvisualmode)): The visual mode the drag starts with.
