Back to Devexpress

TransitionEffect Enum

wpf-devexpress-dot-xpf-dot-core-fd487f3d.md

latest1.5 KB
Original Source

TransitionEffect Enum

Lists values that specify the shader effect for the animation played when switching workspaces.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum TransitionEffect
vb
Public Enum TransitionEffect

Members

NameDescription
None

No shader effect is used.

| | Dissolve |

The Dissolve transition effect is used.

| | Fade |

The Fade transition effect is used.

| | LineReveal |

The Line Reveal transition effect is used.

| | RadialBlur |

The Radial Blur transition effect is used.

| | Ripple |

The Ripple transition effect is used.

| | Wave |

The Wave transition effect is used.

|

The following properties accept/return TransitionEffect values:

Remarks

Values listed by this enumeration are used to set the WorkspaceManager.TransitionEffect property.

See Also

DevExpress.Xpf.Core Namespace