Class MenuOrientation
Controls whether the menu to be displayed horizontally or vertically.
Inheritance
System.Object
MenuOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class MenuOrientation : Enum
Fields
Horizontal
Displays the Menu horizontally.
Declaration
public const MenuOrientation Horizontal
Field Value
MenuOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Displays the Menu horizontally.
Declaration
public const MenuOrientation Vertical
Field Value
MenuOrientation
|