XAML CODE

------------------------------------------------------------------------------------------------



        x:Key="RTC_FadeIn_animation" >

           

       






CS CODE

-------------------------------------------------------------------------------------------------

private void MLBD_Call(object sender, MouseButtonEventArgs e)

        {

            

            
Storyboard sb = (Storyboard)FindResource("RTC_FadeIn_animation");

            sb.Begin(this);

        }


arrow
arrow
    全站熱搜

    狼翔月影 發表在 痞客邦 留言(0) 人氣()