Enum
PromptInputDisplayMode

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.

Declaration

cs-api-definition
Automatic = 0

Field Value

PromptInputDisplayMode

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.

Declaration

cs-api-definition
Compact = 1

Field Value

PromptInputDisplayMode

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.

Declaration

cs-api-definition
Expanded = 2

Field Value

PromptInputDisplayMode

In this article
DefinitionFieldsAutomaticCompactExpanded
Not finding the help you need?
Contact Support