참조 페이지
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html

설정 예시

 TabNavigator {
   tabHeight: 18;
   tabWidth: 75;
   cornerRadius: 11;
   horizontalAlign: center;
   paddingLeft: 8;
   paddingRight: 8;
   textIndent: 6;
   backgroundAlpha: 0.53;
   borderStyle: none;
   borderThickness: 9;
   tabStyleName: "myTabs";
   firstTabStyleName: "myTabs";
   lastTabStyleName: "myTabs";
   selectedTabTextStyleName: "mySelectedTabs";
}

.myTabs {
   fillColors: #cc0033, #ff0000;
   backgroundColor: #666666;
   color: #33ff00;
   textRollOverColor: #000000;
   themeColor: #cc0033;
   textAlign: center;

}

.mySelectedTabs {
   color: #00ff00;
   textRollOverColor: #0000cc;
}

+ Recent posts