Sdílet prostřednictvím


IAnimatable Rozhraní

Definice

public interface class IAnimatable
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
Odvozené

Metody

BatchBegin()
BatchCommit()

Metody rozšíření

AbortAnimation(IAnimatable, String)

Zastaví animaci.

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

Nastaví zadané parametry a spustí animaci.

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

Nastaví zadané parametry a spustí animaci.

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

Nastaví zadané parametry a spustí animaci.

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

Nastaví zadané parametry a spustí animaci.

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

Nastaví zadané parametry a spustí kinetickou animaci.

AnimationIsRunning(IAnimatable, String)

Vrátí logickou hodnotu, která označuje, zda je animace určená nástrojem spuštěna handle .

Batch(IAnimatable)

Platí pro