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