ChoiceInput.Style 属性

定义

获取或设置用于呈现选项的 ListStyle。

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)

属性值

ListStyle 或计算结果为 ListStyle 的表达式。

适用于