Class AnimationHelper
Animation Helper
Inheritance
System.Object
AnimationHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Core.Utilities
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class AnimationHelper
Constructors
AnimationHelper()
Initializes a new instance of the AnimationHelper class.
Declaration
public AnimationHelper()
Fields
OnAnimationEnd
The on animation end
Declaration
public Action OnAnimationEnd
Field Value
Type | Description |
---|---|
System.Action |
Methods
Animate()
Animates this instance.
Declaration
public void Animate()
Finalize()
Finalizes an instance of the AnimationHelper class.
Declaration
protected void Finalize()
SetDoubleValueAnimation(DependencyObject, DependencyProperty, Double, Double)
Sets the double value animation.
Declaration
public void SetDoubleValueAnimation(DependencyObject target, DependencyProperty dependencyProperty, double startValue, double endValue)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | target | The target. |
System.Windows.DependencyProperty | dependencyProperty | The dependency property. |
System.Double | startValue | The start value. |
System.Double | endValue | The end value. |