windowsforms-devexpress-dot-utils-dot-animation-b817203d.md
Represents a transition from one screen to another with the segmented fade effect.
Namespace : DevExpress.Utils.Animation
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class SegmentedFadeTransition :
BaseTransition
Public Class SegmentedFadeTransition
Inherits BaseTransition
The SegmentedFadeTransition class represents a transition from one screen to another with the segmented fade effect.
Note
Run the Transition Manager demo to try out available animation effects. Click Open Solution in the ribbon for source codes.
You can use the Parameters property to set the following options:
Object BaseTransition SegmentedFadeTransition DissolveTransition
See Also