PushEffectOptions Enum
In This Article
Enumerates values that specify the transition direction.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
From
|
The transition goes from the left edge. |
From
|
The transition goes from the top edge. |
From
|
The transition goes from the right edge. |
From
|
The transition goes from the bottom edge. |
#Related API Members
The following properties accept/return PushEffectOptions values:
#Remarks
The PushEffectOptions
type is used to specify the PushTransition.Parameters.EffectOptions property.
See Also