开发者

Setting an ActionScript List border

开发者 https://www.devze.com 2023-02-06 03:47 出处:网络
Is there a way to place a border around an ActionScript List?(I mean a border that I can see, such as a r开发者_JAVA百科ed border of one pixel width.)Something like this?

Is there a way to place a border around an ActionScript List? (I mean a border that I can see, such as a r开发者_JAVA百科ed border of one pixel width.)


Something like this?

  yourList.setStyle("borderStyle", "solid");
  youtList.setStyle("borderColor", "red");
0

精彩评论

暂无评论...
验证码 换一张
取 消