ColorAnimation.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. Deze functies zijn voornamelijk ontworpen voor 'bewegingsanimaties' versus kleuranimatie, maar mogelijk vindt u een scenario voor het toepassen van een versoepelingsfunctie op uw ColorAnimation. U kunt bijvoorbeeld een PowerEase versoepelingsfunctie gebruiken om een kleurenanimatie te maken die in eerste instantie animaties door kleuren veroorzaakt, maar vertraagt.

Van toepassing op

Zie ook