Skip to main content

TextEditorTyping Class

Definition

Assembly:Avalonia.Controls.RichTextEditor
Package:Avalonia.Controls.RichTextEditor

Handles text input and character insertion for the text editor.

public class TextEditorTyping

Inheritance: TextViewComponentBase -> TextEditorTyping

Remarks

This component works with Avalonia.Controls.Documents.TextModel.TextDocument and Avalonia.Controls.TextSelection to enable code reuse across different text editor implementations.

Constructors

NameDescription
TextEditorTypingNo summary available.

TextEditorTyping Constructor

public TextEditorTyping()