Compartir a través de


IAnimatable Interfaz

Definición

public interface class IAnimatable
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
Derivado

Métodos

BatchBegin()
BatchCommit()

Métodos de extensión

AbortAnimation(IAnimatable, String)

Detiene la animación.

Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>, IAnimationManager)

Establece los parámetros especificados e inicia la animación.

AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action, IAnimationManager)

Establece los parámetros especificados e inicia la animación cinética.

AnimationIsRunning(IAnimatable, String)

Devuelve un valor booleano que indica si la animación que ha especificado handle se está ejecutando o no.

Batch(IAnimatable)

Se aplica a