Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.