|
|
@@ -58,7 +58,7 @@ namespace BPASmartClient.CustomResource.UserControls |
|
|
|
Storyboard.SetTarget(da, mp);//绑定动画 |
|
|
|
Storyboard.SetTargetProperty(da, new PropertyPath("StrokeDashOffset")); |
|
|
|
sb.Children.Add(da);//添加动画 |
|
|
|
this.mp.Visibility = Visibility.Visible; |
|
|
|
if (Direction != 0) this.mp.Visibility = Visibility.Visible; |
|
|
|
sb.Begin();//播放动画 |
|
|
|
} |
|
|
|
|
|
|
|