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