Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/56.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css MS Bot中的样式选择提示英雄卡_Css_Dialog_Styles_Prompt_Rounded Corners - Fatal编程技术网

Css MS Bot中的样式选择提示英雄卡

Css MS Bot中的样式选择提示英雄卡,css,dialog,styles,prompt,rounded-corners,Css,Dialog,Styles,Prompt,Rounded Corners,我在SDK 4中开发了一个机器人。我正在对话框中使用提示选项,如下所示: var options = new PromptOptions() { Prompt = MessageFactory.Text("Please select the services "), RetryPrompt = null, Style = ListStyle.HeroCard, Choic

我在SDK 4中开发了一个机器人。我正在对话框中使用提示选项,如下所示:

       var options = new PromptOptions()
        {
            Prompt = MessageFactory.Text("Please select the services "),
            RetryPrompt = null,
            Style = ListStyle.HeroCard,
            Choices = GetMainMenuChoices(),
        };
我需要样式的英雄卡,现在是在矩形形状。我可以让它看起来像一个圆角和一些颜色和做一些定制风格?谢谢