Skip to main content

IWorkspaceManager.TransitionEffect Property

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

Namespace: DevExpress.Xpf.Core

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

#Declaration

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

See Also