Back to Devexpress

WorkspaceManager.TransitionEffect Property

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

latest2.0 KB
Original Source

WorkspaceManager.TransitionEffect Property

Gets or sets the shader effect for the animation played when switching between workspaces.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TransitionEffect TransitionEffect { get; set; }
vb
Public Property TransitionEffect As TransitionEffect

Property Value

TypeDescription
TransitionEffect

A TransitionEffect enumeration member that specifies which shader effect is used when switching between workspaces.

|

Available values:

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.

|

Remarks

The image below shows the Ripple transition effect. See the IDE Workspaces demo from the DXDocking for WPF module, for more effects.

Implements

TransitionEffect

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace