RibbonTextBox.TextBoxWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控件的宽度。
public:
property double TextBoxWidth { double get(); void set(double value); };
public double TextBoxWidth { get; set; }
member this.TextBoxWidth : double with get, set
Public Property TextBoxWidth As Double
属性值
RibbonTextBox 的宽度(以像素为单位)。 已注册的默认值为 0。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)。