ChoicePrompt.Style 属性

定义

获取或设置向用户显示提示时要使用的样式。

public Microsoft.Bot.Builder.Dialogs.Choices.ListStyle Style { get; set; }
member this.Style : Microsoft.Bot.Builder.Dialogs.Choices.ListStyle with get, set
Public Property Style As ListStyle

属性值

向用户显示提示时要使用的样式。

适用于