Class MenuPlacementMode
Describes the placement of where a RadMenuItem sub-menu appears on the screen.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class MenuPlacementMode : Enum
Fields
Auto
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom for RadMenuItems inside System.Windows.Controls.Orientation.Horizontal RadMenu control or is at the right for all other cases.
Declaration
public const MenuPlacementMode Auto
Field Value
MenuPlacementMode
|
Bottom
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom.
Declaration
public const MenuPlacementMode Bottom
Field Value
MenuPlacementMode
|
Left
Indicates that the preferred location of the RadMenuItem sub-menu is at the left.
Declaration
public const MenuPlacementMode Left
Field Value
MenuPlacementMode
|
Right
Indicates that the preferred location of the RadMenuItem sub-menu is at the right.
Declaration
public const MenuPlacementMode Right
Field Value
MenuPlacementMode
|
Top
Indicates that the preferred location of the RadMenuItem sub-menu is at the top.
Declaration
public const MenuPlacementMode Top
Field Value
MenuPlacementMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|