RibbonMenuButton.IsDropDownPositionedAbove Property

Definition

Gets a value that indicates whether the menu drop-down is shown above the menu button.

public:
 property bool IsDropDownPositionedAbove { bool get(); };
public bool IsDropDownPositionedAbove { get; }
member this.IsDropDownPositionedAbove : bool
Public ReadOnly Property IsDropDownPositionedAbove As Boolean

Property Value

true if the menu drop-down is shown above the menu button; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

The menu-drop is displayed above the menu button if it is near the edge of the screen and there is not enough space for it below the menu button.

Dependency Property Information

Identifier field IsDropDownPositionedAboveProperty
Metadata properties set to true None

Applies to