# Editor.LineEdit.SelectionStart

```csharp
int SelectionStart { get; set; }
```

Character at which the text selection begins, or -1 if there is no selection.

Declared in [Editor.LineEdit](/api/Editor.LineEdit).
Assembly: `Sandbox.Tools`.
