PromptOptions.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).