Share via


ConfirmInput.Style Property

Definition

Gets or sets the ListType to use to prompt the user.

public AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Choices.ListStyle> Style { get; set; }
member this.Style : AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Choices.ListStyle> with get, set
Public Property Style As EnumExpression(Of ListStyle)

Property Value

The listStyle or expression which evaluates to ListStyle.

Applies to