Describes the placement of where a RadMenuItem sub-menu appears on the screen.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum MenuPlacementMode
Fields
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom for RadMenuItems inside RadMenu control or is at the right for all other cases.
C#
Auto = 0
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom.
C#
Bottom = 4
Indicates that the preferred location of the RadMenuItem sub-menu is at the left.
C#
Left = 1
Indicates that the preferred location of the RadMenuItem sub-menu is at the right.
C#
Right = 3
Indicates that the preferred location of the RadMenuItem sub-menu is at the top.
C#
Top = 2