Flex样式-ToggleButtonBar篇

来源:互联网 发布:四院平差软件 编辑:程序博客网 时间:2024/05/16 01:01
ToggleButtonBar {   buttonHeight: 50;   buttonWidth: 139;   horizontalGap: -1;   textIndent: 0;   letterSpacing: 0;   buttonStyleName: "mytoggleButtonBarButtonStyle";   firstButtonStyleName: "mytoggleButtonBarFirstButtonStyle";   lastButtonStyleName: "mytoggleButtonBarLastButtonStyle";   selectedButtonTextStyleName: "mytoggleButtonBarSelectedButtonStyle";}.mytoggleButtonBarButtonStyle {   highlightAlphas: 1, 0.4;   fillAlphas: 0.94, 0.4, 0.75, 0.65;   fillColors: #00cc66, #cc0000, #ccff00, #666633;   color: #330033;   textRollOverColor: #ffcc00;   textSelectedColor: #9966cc;   borderColor: #000000;   themeColor: #33ffcc;   fontFamily: Verdana;   fontSize: 14;   fontWeight: bold;   fontStyle: italic;   textDecoration: underline;}.mytoggleButtonBarFirstButtonStyle {   cornerRadius: 10;}.mytoggleButtonBarLastButtonStyle {   cornerRadius: 10;}.mytoggleButtonBarSelectedButtonStyle {   color: #000000;   fontFamily: Arial Black;   fontSize: 18;   fontWeight: normal;   fontStyle: italic;   textDecoration: none;}

0 0