Enum UITextLineNumber
Describes how the line number should be displayed in the text editor.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum UITextLineNumber
Fields
| Name | Description |
|---|---|
| Auto | Automatically show or hide the line number depending on the user's settings. |
| Hide | Do not show the line number. |
| Show | Show the line number. |