menu

UWP

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

    Show / Hide Table of Contents

    Class RotateTransition

    This Transition creates a rotation animation that spans its Duration. This is done by updating the rotate variable of the node at regular interval. The angle value is specified in degrees.

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

    Constructors

    RotateTransition()

    Declaration
    public RotateTransition()

    Fields

    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

    Properties

    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

    Extension Methods

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