| Flex 2 Developer's Guide > Customizing the User Interface > Using Styles and Themes > About styles > About style inheritance > About supported styles | |||
All themes support the inheritable and noninheritable text styles, but not all styles are supported by all themes. If you try to set a style property on a control but the current theme does not support that style, Flex does not apply the style.
Some styles are only used by skins in the theme, while others are used by the component code itself. The display text of components is not skinnable, so support for text styles is theme-independent.
|
Themes |
Supported styles |
||
|---|---|---|---|
|
All |
Inheritable |
|
|
|
All |
Noninheritable |
|
|
|
All |
Component -defined |
|
|
|
Halo Aeon |
Component-dependent and all text styles |
backgroundGradientColors
|
|
For more information about themes, About themes.
Flex 2.01