Defines the display modes for the PromptInput control.
Definition
Namespace:Telerik.Maui.Controls.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum PromptInputDisplayMode
Fields
The display mode is determined automatically based on text input focus.
C#
Automatic = 0
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.
C#
Compact = 1
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.
C#
Expanded = 2