VerticalMenuLevelProperties

The VerticalMenuLevelProperties interface represents styling properties applied to all menu items at a specific level of a VerticalMenuControl.

VerticalMenuLevelProperties Functions

getIndent VerticalMenuLevelProperties.getIndent( ) The amount by which all menu items at this level are indented.
setIndent VerticalMenuLevelProperties.setIndent( indent ) Sets the amount by which all menu items at this level are indented.
getLevelBackground VerticalMenuLevelProperties.getLevelBackground( ) Background properties for the menu level.
getLevelPadding VerticalMenuLevelProperties.getLevelPadding( ) Padding properties for the menu level.
getSubMenuHAlign VerticalMenuLevelProperties.getSubMenuHAlign( ) Horizontal alignment of the menu level within each menu level container.
setSubMenuHAlign VerticalMenuLevelProperties.setSubMenuHAlign( subMenuHAlign ) Sets the horizontal alignment of the menu level within each menu level container.

MenuLevelProperties Functions

getAllState VerticalMenuLevelProperties.getAllState( ) Default styling properties for menu items in all states - selected, unselected, hover.
getHAlign VerticalMenuLevelProperties.getHAlign( ) Horizontal alignment of the content within each menu item.
setHAlign VerticalMenuLevelProperties.setHAlign( hAlign ) Sets the horizontal alignment of the content within each menu item.
getHoverState VerticalMenuLevelProperties.getHoverState( ) Styling properties applied to menu items when the mouse is hovered over a tab.
getItemBorder VerticalMenuLevelProperties.getItemBorder( ) Border properties for each menu item.
getItemPadding VerticalMenuLevelProperties.getItemPadding( ) Padding properties for each menu item.
getItemWidth VerticalMenuLevelProperties.getItemWidth( ) The width of all menu items.
setItemWidth VerticalMenuLevelProperties.setItemWidth( itemWidth ) Sets the width of all menu items.
getNormalState VerticalMenuLevelProperties.getNormalState( ) Styling properties applied to unselected menu items.
getSelectedState VerticalMenuLevelProperties.getSelectedState( ) Styling properties applied to selected menu items.