ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / AnimationEasingFunction Property

In This Topic
    AnimationEasingFunction Property
    In This Topic
    Gets or sets how to soften the reordering movement.
    Syntax
    'Declaration
     
    Public Property AnimationEasingFunction As Windows.UI.Xaml.Media.Animation.EasingFunctionBase
    public Windows.UI.Xaml.Media.Animation.EasingFunctionBase AnimationEasingFunction {get; set;}
    See Also