NavigationRowProperties

NavigationRowProperties Functions

getHAlign NavigationRowProperties.getHAlign( ) Horizontal alignment.
setHAlign NavigationRowProperties.setHAlign( hAlign ) Sets horizontal alignment.

PaddingStyleProperties Functions

getAllPadding NavigationRowProperties.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding NavigationRowProperties.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding NavigationRowProperties.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding NavigationRowProperties.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding NavigationRowProperties.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding NavigationRowProperties.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding NavigationRowProperties.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding NavigationRowProperties.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding NavigationRowProperties.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding NavigationRowProperties.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.

TextStyleProperties Functions

getLineHeight NavigationRowProperties.getLineHeight( ) Line height.
setLineHeight NavigationRowProperties.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 NavigationRowProperties.getTextBold( ) Text bold setting.
setTextBold NavigationRowProperties.setTextBold( textBold ) Sets the text bold setting.
getTextColor NavigationRowProperties.getTextColor( ) Text color.
setTextColor NavigationRowProperties.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 NavigationRowProperties.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration NavigationRowProperties.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont NavigationRowProperties.getTextFont( ) List of text fonts.
setTextFont NavigationRowProperties.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 NavigationRowProperties.getTextItalic( ) Text italic setting.
setTextItalic NavigationRowProperties.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize NavigationRowProperties.getTextSize( ) Text size.
setTextSize NavigationRowProperties.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.