Animation.EasingMode Property

Definition

Gets or sets the optional easing function mode for the animation.

public Windows.UI.Xaml.Media.Animation.EasingMode? EasingMode { get; set; }
member this.EasingMode : Nullable<Windows.UI.Xaml.Media.Animation.EasingMode> with get, set
Public Property EasingMode As Nullable(Of EasingMode)

Property Value

Nullable<Windows.UI.Xaml.Media.Animation.EasingMode>

Applies to