DXPopupBase.AnimationDuration Property
In This Article
Gets or sets the animation’s duration. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public TimeSpan AnimationDuration { get; set; }
#Property Value
Type | Description |
---|---|
Time |
The animation’s duration. |
See Also