Пример #1
0
 void BeginAnimateOpacity(TileVisual target)
 {
     target.Opacity = 0.4;
      target.BeginAnimation(TileVisual.OpacityProperty, OpacityAnimation, HandoffBehavior.Compose);
 }
 void BeginAnimateOpacity(TileVisual target)
 {
     target.Opacity = 0.4;
     target.BeginAnimation(TileVisual.OpacityProperty, OpacityAnimation, HandoffBehavior.Compose);
 }