zoukankan      html  css  js  c++  java
  • Flex样式-ComboBox篇

    ComboBox {
       cornerRadius: 10;
       color: #6600cc;
       borderColor: #cc0000;
       iconColor: #9933ff;
       highlightAlphas: 0.44, 0.2;
       fillAlphas: 0.69, 0.55, 0.45, 0.68;
       fillColors: #cc0000, #ffff00, #3300ff, #6699ff;
       arrowButtonWidth: 0;
       backgroundAlpha: 0.63;
       selectionColor: #ffff00;
       textSelectedColor: #cc0000;
       useRollOver: true;
       rollOverColor: #ff0000;
       textRollOverColor: #33ff00;
       themeColor: #ccff00;
       alternatingItemColors: #003366, #ccff00;
       openDuration: 849;
       closeDuration: 2000;
       textAlign: left;
       fontFamily: Verdana;
       fontSize: 48;
       textDecoration: underline;
       fontWeight: bold;
       fontStyle: italic;
       letterSpacing: 0;
       dropdownStyleName: "myComboBoxDropDowns";
    }
    
    .myComboBoxDropDowns {
       cornerRadius: 1;
       borderThickness: 3;
       letterSpacing: 3;
       borderColor: #cc0000;
       color: #ffff00;
       textAlign: left;
       fontFamily: Georgia;
       fontSize: 20;
       fontWeight: bold;
       fontStyle: italic;
       textDecoration: underline;
       dropShadowEnabled: true;
       shadowDirection: left;
       shadowDistance: -1;
       dropShadowColor: #990000;
    }

  • 相关阅读:
    通过注册表读取设置字体
    StretchBlt
    PatBlt
    如何用MaskBlt实现两个位图的合并,从而实现背景透明
    输出旋转字体
    用字体开透明窟窿
    输出空心字体
    光滑字体
    画贝塞尔曲线
    一些点运算函数
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315508.html
Copyright © 2011-2022 走看看