Back to Devexpress

ShapeAnimationParameters Class

windowsforms-devexpress-dot-utils-dot-animation-3c2178f8.md

latest2.1 KB
Original Source

ShapeAnimationParameters Class

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 class ShapeAnimationParameters :
    AnimationParameters,
    IShapeAnimationParameters,
    IAnimationParameters
vb
Public Class ShapeAnimationParameters
    Inherits AnimationParameters
    Implements IShapeAnimationParameters,
               IAnimationParameters

Remarks

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

Implements

IShapeAnimationParameters

IAnimationParameters

Inheritance

Object AnimationParameters ShapeAnimationParameters

See Also

ShapeAnimationParameters Members

IShapeAnimationParameters

ShapeTransition

Parameters

DevExpress.Utils.Animation Namespace