RibbonControlSizeDefinition.MinWidth 属性

获取或设置功能区中容器控件的最大小宽度约束。

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Property MinWidth As RibbonControlLength
    Get
    Set
public RibbonControlLength MinWidth { get; set; }
public:
property RibbonControlLength MinWidth {
    RibbonControlLength get ();
    void set (RibbonControlLength value);
}
member MinWidth : RibbonControlLength with get, set
function get MinWidth () : RibbonControlLength
function set MinWidth (value : RibbonControlLength)

属性值

类型:Microsoft.Windows.Controls.Ribbon.RibbonControlLength
控件的最小宽度。注册的默认值为 0。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级

依赖项属性信息

标识符字段

MinWidthProperty

设置为 true 的元数据属性

备注

此属性仅在控件为容器(对于其他对象)时才产生影响。

.NET Framework 安全性

请参见

参考

RibbonControlSizeDefinition 类

Microsoft.Windows.Controls.Ribbon 命名空间

其他资源

功能区布局和大小调整