Skip to content

Commit ecc823e

Browse files
Add documentation for new properties and methods
1 parent a2b4646 commit ecc823e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ textBox.EnableSyntaxHighlighting = true;
131131
- `EndActionGroup`: Ends the grouping of undo redo items
132132
- `SelectionScrollStartBorderDistance`: Gets or sets the mouse distance from the text box edge that triggers auto-scroll during selection
133133
- `ShowWhitespaceCharacters`: Gets or sets whether spaces and tabs are visually shown in the text box (e.g. as dots or arrows)
134+
- `ActualLineHeight`: Returns the rendered height of a single line in pixel
135+
- `HighlightLineWhenNotFocused`: Controls, whether the line is still highlighted when control is not focused
136+
- `CanUndo`: Gets whether undo could be executed.
137+
- `CanRedo`: Gets whether redo could be executed.
134138
- `HighlightLinks`: Gets or sets, whether links inside the text are highlighted and clickable
135139
- `Focus(FocusState state)`: Sets focus to the control.
136140
- `SelectLine(int line)`: Selects a specific line.

0 commit comments

Comments
 (0)