Back to Devexpress

IShapeAnimationParameters Interface

windowsforms-devexpress-dot-utils-dot-animation-881f765b.md

latest1.9 KB
Original Source

IShapeAnimationParameters Interface

Provides access to parameters that specify the transition that changes one screen to another with the shape effect.

Namespace : DevExpress.Utils.Animation

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public interface IShapeAnimationParameters :
    IAnimationParameters
vb
Public Interface IShapeAnimationParameters
    Inherits IAnimationParameters

The following members return IShapeAnimationParameters objects:

Remarks

The ShapeAnimationParameters class implements the IShapeAnimationParameters interface. The ShapeAnimationParameters type is used to specify the ShapeTransition.Parameters property.

See Also

IShapeAnimationParameters Members

ShapeAnimationParameters

ShapeTransition

Parameters

DevExpress.Utils.Animation Namespace