嗯 我看了下设计的代码:
// progressBar1
//
this.skinAnimator1.SetDecoration(this.progressBar1, CCWin.SkinControl.DecorationType.BottomMirror);
this.progressBar1.Location = new System.Drawing.Point(137, 89);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(100, 23);
this.progressBar1.TabIndex = 0;
this.progressBar1.Value = 50;
//
里面有这句话,可以设置。
我再继续研究下,animator里面好像不少效果,组合的话应该可以做出动画的。研究了几个星期感觉越来越有希望交差啦! |