windowsforms-devexpress-dot-utils-dot-animation-8fb60ff3.md
Provides access to parameters that specify the transition that changes one screen to another with the clock effect.
Namespace : DevExpress.Utils.Animation
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class ClockAnimationParameters :
AnimationParameters,
IClockAnimationParameters,
IAnimationParameters
Public Class ClockAnimationParameters
Inherits AnimationParameters
Implements IClockAnimationParameters,
IAnimationParameters
The ClockAnimationParameters class implements the IClockAnimationParameters interface. The ClockAnimationParameters type is used to specify the ClockTransition.Parameters property.
Object AnimationParameters ClockAnimationParameters
See Also