Flex样式-ApplicationControlBar篇

ApplicationControlBar {
   borderStyle: solid;
   borderThickness: 1;
   borderColor: #ff0000;
   backgroundColor: #ffff99;
   backgroundAlpha: 0.45;
   cornerRadius: 8;
   dropShadowEnabled: true;
   shadowDistance: 11;
   shadowDirection: center;
   dropShadowColor: #999999;
}

原文地址:https://www.cnblogs.com/hzcya1995/p/13315514.html