EnumPromptInputDisplayMode
Enum
Defines the display modes for the PromptInput control.
Definition
Namespace:Telerik.Maui.Controls.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum PromptInputDisplayMode
Fields
Automatic
The display mode is determined automatically based on text input focus.
Compact
The display mode is compact. The 'More' button, single-line text input, speech-to-text button, and ‘Send’ button are shown in a single line.
Expanded
The display mode is expanded. Multi-line text input is positioned on a separate row. The 'More' button, speech-to-text button, and ‘Send’ button are shown in a single line at the bottom.