.NET MAUI Entry Visual Structure
The visual structure of the .NET MAUI Entry represents the anatomy of the UI control. Being familiar with the visual elements of the Entry allows you to quickly find the information required to configure them.
The images in this article show the anatomy of the Entry and its building blocks.
Entry Visual Structure
-
Placeholder
—The text that guides the end-user on what can be entered/searched in the input. -
RadTextInput
—The control used for the text input.
Input Structure
-
Text
—The text entered in the control's input filed. -
RadTextInput
—The control used for the text input. -
Clear Button
—Clears the selection in the control for both multiple and single selection scenarios.
Validation Structure
-
Text
—The text entered in the control's input filed. -
Clear Button
—Clears the selection in the control for both multiple and single selection scenarios. -
Style when IsValueValis is False
—Specifies the style applied when the value entered in the input field is invalid. -
Invalid Image
—An image is displayed when the input value is invalid.