AnimationSettings
Class
Provides settings for controlling animation behavior including duration, easing, and enabled state. This class implements INotifyPropertyChanged to provide property change notifications.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class AnimationSettings : INotifyPropertyChanged
Inheritance: objectAnimationSettings
Implements:
Constructors
C#
public AnimationSettings()
Properties
Gets or sets the duration of the animation in milliseconds.
C#
public int Duration { get; set; }
An int representing the animation duration in milliseconds. The default value is .
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: