| 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. |
TabSetContentPanelPropertiesinterface represents styling properties applied to the content panels of tabs within a Tab Set Control.Further documentation.