public interface IndividualTabStateProperties extends TextStyleProperties
IndividualTabStateProperties
interface represents Tab Control
styling properties for a specific tab state.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColor()
Background color.
|
void |
setColor(java.lang.String color)
Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used.
|
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize
java.lang.String getColor()
setColor(String)
void setColor(java.lang.String color)
null
removes any configured value.
Examples:
controls.TAB1.allState.color = "#808080"; controls.TAB1.selectedState.setColor("yellow");