SoftAnimationBeginBackcolorAnimation 方法 |
调整控件背景色,采用了线性的颜色插补方式,实现了控件的背景色渐变,需要指定控件,颜色,以及渐变的时间
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void BeginBackcolorAnimation(
Control control,
Color color,
int time
)
Public Shared Sub BeginBackcolorAnimation (
control As Control,
color As Color,
time As Integer
)
public:
static void BeginBackcolorAnimation(
Control^ control,
Color color,
int time
)
static member BeginBackcolorAnimation :
control : Control *
color : Color *
time : int -> unit
参数
- control
- 类型:System.Windows.FormsControl
控件 - color
- 类型:System.DrawingColor
设置的颜色 - time
- 类型:SystemInt32
时间
参见