StarLayoutInfo.RequestedStarMinWidth 属性

获取或设置请求的最小宽度。

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

语法

声明
Public Property RequestedStarMinWidth As Double
    Get
    Set
public double RequestedStarMinWidth { get; set; }
public:
property double RequestedStarMinWidth {
    double get ();
    void set (double value);
}
member RequestedStarMinWidth : float with get, set
function get RequestedStarMinWidth () : double
function set RequestedStarMinWidth (value : double)

属性值

类型:System.Double
请求的最小宽度。注册的默认值为 0.0。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级

依赖项属性信息

标识符字段

RequestedStarMinWidthProperty

设置为 true 的元数据属性

.NET Framework 安全性

请参见

参考

StarLayoutInfo 类

Microsoft.Windows.Controls.Ribbon.Primitives 命名空间