nature_net.user_controls.image_frame.the_media_MediaOpened C# (CSharp) 메소드

the_media_MediaOpened() 공개 메소드

public the_media_MediaOpened ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void
        void the_media_MediaOpened(object sender, RoutedEventArgs e)
        {
            the_media.Visibility = System.Windows.Visibility.Visible;
            the_item.Background = Brushes.White;
            the_item.Height = the_media.Height;
            //the_media.Play();
        }