NavigationBarStyleProperties
NavigationBarStyleProperties Functions
| getSpacerSize | NavigationBarStyleProperties.getSpacerSize( ) | Returns the space between page numbers and scrolling icons/texts in the navigation bar. | 
| setSpacerSize | NavigationBarStyleProperties.setSpacerSize( spacerSize ) | Sets the space between page numbers and scrolling icons/texts in the navigation bar. | 
BackgroundStyleProperties Functions
| getBackgroundColor | NavigationBarStyleProperties.getBackgroundColor( ) | Background color. | 
| setBackgroundColor | NavigationBarStyleProperties.setBackgroundColor( backgroundColor ) | Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used. | 
| getBackgroundImage | NavigationBarStyleProperties.getBackgroundImage( ) | URL of the background image. | 
| setBackgroundImage | NavigationBarStyleProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. | 
| getBackgroundImagePosition | NavigationBarStyleProperties.getBackgroundImagePosition( ) | Background image position. | 
| setBackgroundImagePosition | NavigationBarStyleProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. | 
| getBackgroundImageRepeat | NavigationBarStyleProperties.getBackgroundImageRepeat( ) | Background image repeat property. | 
| setBackgroundImageRepeat | NavigationBarStyleProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. | 
BorderStyleProperties Functions
| getBorderColor | NavigationBarStyleProperties.getBorderColor( ) | Border color applied to all borders. | 
| setBorderColor | NavigationBarStyleProperties.setBorderColor( borderColor ) | Sets border color. | 
| getBorderRadius | NavigationBarStyleProperties.getBorderRadius( ) | Border radius. | 
| setBorderRadius | NavigationBarStyleProperties.setBorderRadius( borderRadius ) | Sets border radius. | 
| getBorderStyle | NavigationBarStyleProperties.getBorderStyle( ) | Border style applied to all borders. | 
| setBorderStyle | NavigationBarStyleProperties.setBorderStyle( borderStyle ) | Sets border style. | 
| getBorderWidth | NavigationBarStyleProperties.getBorderWidth( ) | Border width applied to all four borders. | 
| setBorderWidth | NavigationBarStyleProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. | 
| getBottomBorderWidth | NavigationBarStyleProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth. | 
                    
| setBottomBorderWidth | NavigationBarStyleProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth. | 
                    
| getLeftBorderWidth | NavigationBarStyleProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth. | 
                    
| setLeftBorderWidth | NavigationBarStyleProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth. | 
                    
| getRightBorderWidth | NavigationBarStyleProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth. | 
                    
| setRightBorderWidth | NavigationBarStyleProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth. | 
                    
| getTopBorderWidth | NavigationBarStyleProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth. | 
                    
| setTopBorderWidth | NavigationBarStyleProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth. | 
                    
PaddingStyleProperties Functions
| getAllPadding | NavigationBarStyleProperties.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. | 
| setAllPadding | NavigationBarStyleProperties.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. | 
| getBottomPadding | NavigationBarStyleProperties.getBottomPadding( ) | Bottom PaddingStyleProperties size value. | 
| setBottomPadding | NavigationBarStyleProperties.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. | 
| getLeftPadding | NavigationBarStyleProperties.getLeftPadding( ) | Left PaddingStyleProperties size value. | 
| setLeftPadding | NavigationBarStyleProperties.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. | 
| getRightPadding | NavigationBarStyleProperties.getRightPadding( ) | Right PaddingStyleProperties size value. | 
| setRightPadding | NavigationBarStyleProperties.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. | 
| getTopPadding | NavigationBarStyleProperties.getTopPadding( ) | Top PaddingStyleProperties size value. | 
| setTopPadding | NavigationBarStyleProperties.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. | 
TextStyleProperties Functions
| getLineHeight | NavigationBarStyleProperties.getLineHeight( ) | Line height. | 
| setLineHeight | NavigationBarStyleProperties.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 | NavigationBarStyleProperties.getTextBold( ) | Text bold setting. | 
| setTextBold | NavigationBarStyleProperties.setTextBold( textBold ) | Sets the text bold setting. | 
| getTextColor | NavigationBarStyleProperties.getTextColor( ) | Text color. | 
| setTextColor | NavigationBarStyleProperties.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 | NavigationBarStyleProperties.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). | 
| setTextDecoration | NavigationBarStyleProperties.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). | 
| getTextFont | NavigationBarStyleProperties.getTextFont( ) | List of text fonts. | 
| setTextFont | NavigationBarStyleProperties.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 | NavigationBarStyleProperties.getTextItalic( ) | Text italic setting. | 
| setTextItalic | NavigationBarStyleProperties.setTextItalic( textItalic ) | Sets the text italic setting. | 
| getTextSize | NavigationBarStyleProperties.getTextSize( ) | Text size. | 
| setTextSize | NavigationBarStyleProperties.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. |