TabAllStateProperties

The TabAllStateProperties interface represents styling properties applied to all tab states in a TabSetControl.

Further documentation.

TabAllStateProperties Functions

getHAlign TabAllStateProperties.getHAlign( ) Horizontal alignment for the text within a tab header - this is only effective if a tab width has been specified.
setHAlign TabAllStateProperties.setHAlign( hAlign ) Sets the horizontal alignment for the text within a tab header - this is only effective if a tab width has been specified.

PaddingStyleProperties Functions

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

TextStyleProperties Functions

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