DXPopupActualAppearance.AnimationDuration Property
Gets the duration value of the show/close animation that is applied to the DXPopup. To specify this value, use the AnimationDuration property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public TimeSpan AnimationDuration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The duration of the show/close animation. |
See Also