MenuLevelProperties
MenuLevelProperties is one these types:
MenuLevelPropertiesVerticalMenuLevelProperties
MenuLevelProperties Functions
| getAllState | MenuLevelProperties.getAllState( ) | Default styling properties for menu items in all states - selected, unselected, hover. | 
| getHAlign | MenuLevelProperties.getHAlign( ) | Horizontal alignment of the content within each menu item. | 
| setHAlign | MenuLevelProperties.setHAlign( hAlign ) | Sets the horizontal alignment of the content within each menu item. | 
| getHoverState | MenuLevelProperties.getHoverState( ) | Styling properties applied to menu items when the mouse is hovered over a tab. | 
| getItemBorder | MenuLevelProperties.getItemBorder( ) | Border properties for each menu item. | 
| getItemPadding | MenuLevelProperties.getItemPadding( ) | Padding properties for each menu item. | 
| getItemWidth | MenuLevelProperties.getItemWidth( ) | The width of all menu items. | 
| setItemWidth | MenuLevelProperties.setItemWidth( itemWidth ) | Sets the width of all menu items. | 
| getNormalState | MenuLevelProperties.getNormalState( ) | Styling properties applied to unselected menu items. | 
| getSelectedState | MenuLevelProperties.getSelectedState( ) | Styling properties applied to selected menu items. | 
MenuLevelPropertiesinterface represents styling properties applied to all menu items at a specific level of a menu.