PageNavigationButtonStyle
BackgroundStyleProperties Functions
getBackgroundColor | PageNavigationButtonStyle.getBackgroundColor( ) | Background color. |
setBackgroundColor | PageNavigationButtonStyle.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 | PageNavigationButtonStyle.getBackgroundImage( ) | URL of the background image. |
setBackgroundImage | PageNavigationButtonStyle.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
getBackgroundImagePosition | PageNavigationButtonStyle.getBackgroundImagePosition( ) | Background image position. |
setBackgroundImagePosition | PageNavigationButtonStyle.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
getBackgroundImageRepeat | PageNavigationButtonStyle.getBackgroundImageRepeat( ) | Background image repeat property. |
setBackgroundImageRepeat | PageNavigationButtonStyle.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
BootstrapButtonStyle Functions
getBootstrapSize | PageNavigationButtonStyle.getBootstrapSize( ) | The current bootstrap size |
setBootstrapSize | PageNavigationButtonStyle.setBootstrapSize( alignment ) | Sets the bootstrap size. |
getBootstrapState | PageNavigationButtonStyle.getBootstrapState( ) | The current bootstrap state |
setBootstrapState | PageNavigationButtonStyle.setBootstrapState( alignment ) | Sets the bootstrap state. |
getBootstrapStyle | PageNavigationButtonStyle.getBootstrapStyle( ) | The current bootstrap style |
setBootstrapStyle | PageNavigationButtonStyle.setBootstrapStyle( alignment ) | Sets the bootstrap style. |
BorderStyleProperties Functions
getBorderColor | PageNavigationButtonStyle.getBorderColor( ) | Border color applied to all borders. |
setBorderColor | PageNavigationButtonStyle.setBorderColor( borderColor ) | Sets border color. |
getBorderRadius | PageNavigationButtonStyle.getBorderRadius( ) | Border radius. |
setBorderRadius | PageNavigationButtonStyle.setBorderRadius( borderRadius ) | Sets border radius. |
getBorderStyle | PageNavigationButtonStyle.getBorderStyle( ) | Border style applied to all borders. |
setBorderStyle | PageNavigationButtonStyle.setBorderStyle( borderStyle ) | Sets border style. |
getBorderWidth | PageNavigationButtonStyle.getBorderWidth( ) | Border width applied to all four borders. |
setBorderWidth | PageNavigationButtonStyle.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
getBottomBorderWidth | PageNavigationButtonStyle.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth . |
setBottomBorderWidth | PageNavigationButtonStyle.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth . |
getLeftBorderWidth | PageNavigationButtonStyle.getLeftBorderWidth( ) | Left border width, overriding property borderWidth . |
setLeftBorderWidth | PageNavigationButtonStyle.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth . |
getRightBorderWidth | PageNavigationButtonStyle.getRightBorderWidth( ) | Right border width, overriding property borderWidth . |
setRightBorderWidth | PageNavigationButtonStyle.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth . |
getTopBorderWidth | PageNavigationButtonStyle.getTopBorderWidth( ) | Top border width, overriding property borderWidth . |
setTopBorderWidth | PageNavigationButtonStyle.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth . |
PaddingStyleProperties Functions
getAllPadding | PageNavigationButtonStyle.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. |
setAllPadding | PageNavigationButtonStyle.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. |
getBottomPadding | PageNavigationButtonStyle.getBottomPadding( ) | Bottom PaddingStyleProperties size value. |
setBottomPadding | PageNavigationButtonStyle.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. |
getLeftPadding | PageNavigationButtonStyle.getLeftPadding( ) | Left PaddingStyleProperties size value. |
setLeftPadding | PageNavigationButtonStyle.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. |
getRightPadding | PageNavigationButtonStyle.getRightPadding( ) | Right PaddingStyleProperties size value. |
setRightPadding | PageNavigationButtonStyle.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. |
getTopPadding | PageNavigationButtonStyle.getTopPadding( ) | Top PaddingStyleProperties size value. |
setTopPadding | PageNavigationButtonStyle.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. |
TextStyleProperties Functions
getLineHeight | PageNavigationButtonStyle.getLineHeight( ) | Line height. |
setLineHeight | PageNavigationButtonStyle.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 | PageNavigationButtonStyle.getTextBold( ) | Text bold setting. |
setTextBold | PageNavigationButtonStyle.setTextBold( textBold ) | Sets the text bold setting. |
getTextColor | PageNavigationButtonStyle.getTextColor( ) | Text color. |
setTextColor | PageNavigationButtonStyle.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 | PageNavigationButtonStyle.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). |
setTextDecoration | PageNavigationButtonStyle.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). |
getTextFont | PageNavigationButtonStyle.getTextFont( ) | List of text fonts. |
setTextFont | PageNavigationButtonStyle.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 | PageNavigationButtonStyle.getTextItalic( ) | Text italic setting. |
setTextItalic | PageNavigationButtonStyle.setTextItalic( textItalic ) | Sets the text italic setting. |
getTextSize | PageNavigationButtonStyle.getTextSize( ) | Text size. |
setTextSize | PageNavigationButtonStyle.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. |
PageNavigationButtonStyle
interface represents styling properties for page navigation buttons.