|
| background |
Gets or sets the brush used to fill the background of the style.
|
| border |
Gets or sets the border for the style.
|
| fontColor |
Gets or sets the font color for the style.
|
| fontFamily |
Gets or sets the font family for this style.
|
| fontSize |
Gets or sets the font size for this style.
|
| fontStyle |
Gets or sets the font style for this style.
|
| fontVariant |
Gets or sets the font variant for this style.
|
| fontWeight |
Gets or sets the font weight for this style.
|
| parentAdapter |
Gets the parent adapter, if any, that is using this drop down style. This is typically a parameter adapter, but can be any control
which implements a refreshDropDownStyle method.
|
| secondBackground |
Gets or sets the brush used to fill the second background of the style.
If the control has multiple background colors in the drop down, this will fill the second one.
|
| textDecoration |
Gets or sets the text-transform for this style.
|
| textTransform |
Gets or sets the text-transform for this style.
|
| thirdBackground |
Gets or sets the brush used to fill the third background of the style.
If the control has multiple background colors in the drop down, this will fill the third one.
|