FlashBoxBackgroundColor 属性 |
影片的背景色(与 BGColor 联动)。以(红× 65536 +绿× 256 +蓝)计算颜色值。红绿蓝颜色取 值范围(0-255 )。默认的影片背景色为 -1 。如果影片 设置了底色或有图片当作背景,那么看不出来该属性值的 改变会有什么影响 。例子:将影片背景色设为蓝色 :movie.BackgroundColor = 255
命名空间:
DSkin.Controls
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public virtual int BackgroundColor { get; set; }
属性值
类型:
Int32参见