Skip to main content
A newer version of this page is available. .

IClockAnimationParameters Interface

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.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public interface IClockAnimationParameters :
    IAnimationParameters

The following members return IClockAnimationParameters objects:

Remarks

The ClockAnimationParameters class implements the IClockAnimationParameters interface. The ClockAnimationParameters type is used to specify the ClockTransition.Parameters property.

See Also