ClassAnimationSettings
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:
cs-api-definition
public class AnimationSettings : INotifyPropertyChanged
Inheritance: objectAnimationSettings
Implements:
Constructors
AnimationSettings()
Declaration
cs-api-definition
public AnimationSettings()
Properties
Duration
Gets or sets the duration of the animation in milliseconds.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements