Menus Orientation Designing in C#.NET
Kettic Menu Component for Windows Forms allows the C# UI interface designers to create orientated menus as well as text on them. The users can orientate the menus and menu item text to both horizontal and vertical directions. The Orientation property of the KetticMenu control is used to change the direction of menus, and the TextOrientation and FlipText properties of the individual KetticMenuItems are able to control the entire layout of the KetticMenu.
How to Orientate Menus in C#.NETC# Create Menus in Horizontal
Kettic Menu Control leaves the horizontal direction for KetticMenu as the default settings. Both the Orientation property and TextOrientation property are set to Horizontal and the FlipText property is disabled. The C# code below demonstrates how to set the menus and items in horizontal.
C# Create Horizontal Menus with Vertical Items
The KetticMenu is capable of creating horizontal menus with vertical items. The C# code below shows the approach of orientating text vertically.
C# Create Vertical Menus with Horizontal Items
The KetticMenu also allows the menu UI designers to create menus vertically and arrange the menu items horizontally. The C# code below create vertical menu with horizontal text.
C# Create Vertical Menus with Vertical Text
The C# code below create vertical menu with vertical text.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlMenu - Get Started in C#Menu - Menu DesignerMenu - Working with ItemsAdd / RemoveMulti-Line TextEventsMenu - Styling & AppearanceMenu OrientationMenu BackgroundMenu Item ImagesAnimation EffectsMenu - Menu MergeMenu - Application MenuMenu - Context MenuWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |