TabSetContentPanelProperties

The TabSetContentPanelProperties interface represents styling properties applied to the content panels of tabs within a Tab Set Control.

Further documentation.

PaddingStyleProperties Functions

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

TextStyleProperties Functions

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