Share via


PromptOptions.Style Property

Definition

Gets or sets the ListStyle for a ChoicePrompt.

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

Property Value

The list style to use when presenting a choice prompt.

Remarks

This property can be used to override or set the value of Style property when the prompt is started using PromptAsync(String, PromptOptions, CancellationToken).

Applies to