コード例 #1
0
 protected override System.Windows.Freezable CreateInstanceCore()
 {
     GridLengthAnimation anim = new GridLengthAnimation();
     anim.EasingFunction = new CubicEase();
     anim.Duration = TimeSpan.FromSeconds(1);
     return anim;
 }
コード例 #2
0
        protected override System.Windows.Freezable CreateInstanceCore()
        {
            GridLengthAnimation anim = new GridLengthAnimation();

            anim.EasingFunction = new CubicEase();
            anim.Duration       = TimeSpan.FromSeconds(1);
            return(anim);
        }