RibbonMenuItem.IsDropDownPositionedLeft 属性

获取指示下拉菜单是否被置于菜单按钮左边的值。

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

语法

声明
Public Property IsDropDownPositionedLeft As Boolean
    Get
    Private Set
public bool IsDropDownPositionedLeft { get; private set; }
public:
property bool IsDropDownPositionedLeft {
    bool get ();
    private: void set (bool value);
}
member IsDropDownPositionedLeft : bool with get, private set
function get IsDropDownPositionedLeft () : boolean
private function set IsDropDownPositionedLeft (value : boolean)

属性值

类型:System.Boolean
如果下拉菜单位于菜单按钮左侧,则为 true;否则为 false。注册的默认值为 false。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级

依赖项属性信息

标识符字段

IsDropDownPositionedLeftProperty

设置为 true 的元数据属性

.NET Framework 安全性

请参见

参考

RibbonMenuItem 类

Microsoft.Windows.Controls.Ribbon 命名空间