Class AnimationSettings
Inheritance
System.Object
AnimationSettings
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class AnimationSettings : Object, INotifyPropertyChanged
Constructors
AnimationSettings()
Declaration
public AnimationSettings()
Properties
Duration
Gets ot sets the duration of the animation in milliseconds.
Declaration
public int Duration { get; set; }
Property Value
System.Int32
|
Easing
Declaration
public Easing Easing { get; set; }
Property Value
Microsoft.Maui.Easing
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|