Controls/Editor

From Wiki Maui Linux NET
Revision as of 15:56, 17 October 2025 by Ten (talk | contribs) (Created page with "{{ElementSpec | title=Editor | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/editor | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Multiline text input; check IME/selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td>Content</td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td>Hint text</td></tr> <tr><td>IsReadOnly</td><td>?</td><td></td><td>Disable edits</td></tr> <tr><td>AutoSize</td><td>?<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Editor

Kind
Control
Microsoft Docs
Editor documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Multiline text input; check IME/selection on GTK.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
Text?Content
Placeholder?Hint text
IsReadOnly?Disable edits
AutoSize?None/TextChanges
Keyboard?Input type
TextColor?Foreground
CursorPosition?Start index
SelectionLength?Length of selection