RoundPanel-如何设置高度 [英] RoundPanel - How to set height

查看:75
本文介绍了RoundPanel-如何设置高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

RoundPanel-如何设置高度

RoundPanel - How to set height

 <% Html.DevExpress().RoundPanel(
        settings =>
        {
            settings.Name = "rpFeatures";
            settings.ShowHeader = false;
            settings.View = DevExpress.Web.ASPxRoundPanel.View.Standard;
            settings.Width =Unit.Percentage(100);

           // settings.ControlStyle.CssClass = "edInLine";


            settings.SetContent(() =>
            {   %>


          <%  });
        }).GetHtml();
%>

推荐答案

这对于在没有给出引用的情况下对类型提出问题不是很好;我不知道那是什么但我可以假设面板UI元素或控件确实是圆形的,它可以具有属性DiameterRadius ... :-)

—SA
This is not nice to ask a question on a type without giving a reference to it; and I have no idea what it is; but I could assume if the panel UI element or control is really of a round shape, it could have a property Diameter or Radius… :-)

—SA


这篇关于RoundPanel-如何设置高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆