ComponentFactory.Quicksilver.Layout.BoundsEasingAnimate.BoundsEasingAnimate C# (CSharp) Method

BoundsEasingAnimate() static private method

static private BoundsEasingAnimate ( ) : System
return System
        static BoundsEasingAnimate()
        {
            LocationProperty = DependencyProperty.Register("Location",
                                                           typeof(AnimateLocation),
                                                           typeof(BoundsEasingAnimate),
                                                           new PropertyMetadata(
                                                           AnimateLocation.Target));

            SizeProperty = DependencyProperty.Register("Size",
                                                       typeof(AnimateSize),
                                                       typeof(BoundsEasingAnimate),
                                                       new PropertyMetadata(
                                                       AnimateSize.Original));
        }

Same methods

BoundsEasingAnimate::BoundsEasingAnimate ( MetaElementStatus target ) : System