File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments