Flex样式-ToggleButtonBar篇

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;
}

你可能感兴趣的:(Flex,按钮,样式,togglebuttonbar)