VectorAnimation.EasingFunction Eigenschap

Definitie

Hiermee haalt u de versoepelingsfunctie op die is toegepast op deze animatie of stelt u deze in.

public:
 property System::Windows::Media::Animation::IEasingFunction ^ EasingFunction { System::Windows::Media::Animation::IEasingFunction ^ get(); void set(System::Windows::Media::Animation::IEasingFunction ^ value); };
public System.Windows.Media.Animation.IEasingFunction EasingFunction { get; set; }
member this.EasingFunction : System.Windows.Media.Animation.IEasingFunction with get, set
Public Property EasingFunction As IEasingFunction

Waarde van eigenschap

De versoepelingsfunctie die op deze animatie is toegepast.

Opmerkingen

Met easing-functies kunt u diverse gespecialiseerde animatie-effecten maken, waaronder bouncing, springschommelingen en verschillende grootteversnelling en vertragingsanimaties.

Van toepassing op

Zie ook