Exemplo n.º 1
0
        public static void Y2_PC(DependencyObject obj, DependencyPropertyChangedEventArgs e)
        {
            lineControl c  = obj as lineControl;
            double      nv = (double)e.NewValue;

            c.Y2 = c.line.Y2 = nv;
            c.ChangeAnimationValue();
        }