| getLineHeight |
MenuStateProperties.getLineHeight( ) |
Line height. |
| setLineHeight |
MenuStateProperties.setLineHeight( lineHeight ) |
Sets the line height, this is equivalent to the CSS line-height property and any valid value for this CSS property can be used. |
| getTextBold |
MenuStateProperties.getTextBold( ) |
Text bold setting. |
| setTextBold |
MenuStateProperties.setTextBold( textBold ) |
Sets the text bold setting. |
| getTextColor |
MenuStateProperties.getTextColor( ) |
Text color. |
| setTextColor |
MenuStateProperties.setTextColor( textColor ) |
Sets the text color, this is equivalent to the CSS color property and any valid value for this CSS property can be used. |
| getTextDecoration |
MenuStateProperties.getTextDecoration( ) |
Text decoration property (shown as Lines in the designer). |
| setTextDecoration |
MenuStateProperties.setTextDecoration( textDecoration ) |
Sets the text decoration property (shown as Lines in the designer). |
| getTextFont |
MenuStateProperties.getTextFont( ) |
List of text fonts. |
| setTextFont |
MenuStateProperties.setTextFont( textFont ) |
Sets the list of text fonts, this is equivalent to the CSS font-family property and any valid value for this CSS property can be used. |
| getTextItalic |
MenuStateProperties.getTextItalic( ) |
Text italic setting. |
| setTextItalic |
MenuStateProperties.setTextItalic( textItalic ) |
Sets the text italic setting. |
| getTextSize |
MenuStateProperties.getTextSize( ) |
Text size. |
| setTextSize |
MenuStateProperties.setTextSize( textSize ) |
Sets the text size, this is equivalent to the CSS font-size property and any valid value for this CSS property can be used. |
MenuStatePropertiesinterface represents menu item styling properties for a specific menu item state.