menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SlideTransition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SlideTransition

    Animating the content one after another in a regular Duration.

    Inheritance
    System.Object
    ContentTransition
    SlideTransition
    Namespace: Syncfusion.UI.Xaml.Controls
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class SlideTransition : ContentTransition

    Constructors

    SlideTransition()

    Declaration
    public SlideTransition()

    Fields

    DirectionProperty

    Using a DependencyProperty as the backing store for Direction. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DirectionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DurationProperty

    Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DurationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EasingProperty

    Using a DependencyProperty as the backing store for Easing. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EasingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Position

    Defines a variable for Position

    Declaration
    public Position Position
    Field Value
    Type
    Position

    Properties

    Direction

    Gets or sets direction of the slide.

    Declaration
    public SlideDirection Direction { get; set; }
    Property Value
    Type
    SlideDirection

    Duration

    Gets or sets the length of time for which this timeline plays, not counting repetitions.

    Declaration
    public TimeSpan Duration { get; set; }
    Property Value
    Type
    System.TimeSpan

    Easing

    Gets or sets Windows.UI.Xaml.Media.EasingFunctionBase that allow to apply custom mathematical formulas to animations

    Declaration
    public EasingFunctionBase Easing { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Animation.EasingFunctionBase

    Methods

    CreateEnterAnimation(Double)

    Create animation for the control while enter

    Declaration
    public Timeline CreateEnterAnimation(double fromValue)
    Parameters
    Type Name Description
    System.Double fromValue

    from value

    Returns
    Type Description
    Windows.UI.Xaml.Media.Animation.Timeline

    returns timeline for animation

    CreateExitAnimation(Double)

    Create animation for the control while exit

    Declaration
    public Timeline CreateExitAnimation(double toValue)
    Parameters
    Type Name Description
    System.Double toValue

    to value

    Returns
    Type Description
    Windows.UI.Xaml.Media.Animation.Timeline

    timeline to exit animation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved