Exemplo n.º 1
0
        private static void FadeVisibilityCallBack(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FadingContentControl control = (FadingContentControl)d;

            control.ChangeVisibility((bool)e.NewValue);
        }
Exemplo n.º 2
0
        private static void FadeVerticalCallBack(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FadingContentControl control = (FadingContentControl)d;

            control.InitStoryBoards((bool)e.NewValue);
        }