WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FadeTransition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FadeTransition

    This Transition creates a fade effect animation that spans its duration. This is done by updating the opacity variable of the node at regular interval.

    Inheritance
    System.Object
    ContentTransition
    FadeTransition
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class FadeTransition : ContentTransition

    Constructors

    FadeTransition()

    Declaration
    public FadeTransition()

    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 Description
    System.Windows.DependencyProperty

    EasingProperty

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

    Declaration
    public static readonly DependencyProperty EasingProperty
    Field Value
    Type Description
    System.Windows.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 Description
    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 Description
    System.Windows.Media.Animation.EasingFunctionBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved