Skip to main content

WorkspaceManager.TransitionEffect Property

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

Namespace: DevExpress.Xpf.Core

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

#Declaration

public TransitionEffect TransitionEffect { get; set; }

#Property Value

Type Description
TransitionEffect

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

#Remarks

The image below shows the Ripple transition effect.

SLWorkspaceManager_TransitionEffect

#Implements

See Also