Example #1
0
        //FitContent menuCommand
        public void FitContentCmdExecuted(object sender, ExecutedRoutedEventArgs e)
        {
            StickyWindowAnimations animations = new StickyWindowAnimations(stickyWindow);

            animations.FitContentAnimation();
        }
Example #2
0
 //FitContent menuCommand
 public void FitContentCmdExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     StickyWindowAnimations animations = new StickyWindowAnimations(stickyWindow);
     animations.FitContentAnimation();
 }