Condividi tramite


IAnimatable Interfaccia

Definizione

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

Metodi

BatchBegin()
BatchCommit()

Metodi di estensione

AbortAnimation(IAnimatable, String)

Interrompe l'animazione.

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

Imposta i parametri specificati e avvia l'animazione.

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

Imposta i parametri specificati e avvia l'animazione.

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

Imposta i parametri specificati e avvia l'animazione.

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

Imposta i parametri specificati e avvia l'animazione.

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

Imposta i parametri specificati e avvia l'animazione kinetic.

AnimationIsRunning(IAnimatable, String)

Restituisce un valore booleano che indica se l'animazione specificata da handle è in esecuzione.

Batch(IAnimatable)

Si applica a