获取或设置功能区中容器控件的最大小宽度约束。
命名空间: 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。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级。
依赖项属性信息
标识符字段 |
|
设置为 true 的元数据属性 |
无 |
备注
此属性仅在控件为容器(对于其他对象)时才产生影响。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Controls.Ribbon 命名空间