Controls/Entry: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
Created page with "{{ElementSpec | title=Entry | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/entry | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-line text input; verify IME/dead keys & selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td></td></tr> <tr><td>IsPassword</td><td>?</td><td></td><td>Masks input</td></tr> <tr><td>Keyboard</td><td>?</td><..."
 
(No difference)

Latest revision as of 15:59, 17 October 2025


Entry

Kind
Control
Microsoft Docs
Entry documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Single-line text input; verify IME/dead keys & selection on GTK.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
Text?
Placeholder?
IsPassword?Masks input
Keyboard?Input type
ReturnType?Enter key behavior
ClearButtonVisibility?Platform feature
TextColor?
CursorPosition?Start index
SelectionLength?Length of selection