ChoiceInput.Style Property

Definition

Gets or sets ListStyle to use to render the choices.

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

ListStyle or expression which evaluates to ListStyle.

Applies to