Class SlideMode
Represents sliding mode for animation.
Inheritance
System.Object
SlideMode
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SlideMode : Enum
Fields
Bottom
The animated element slides from bottom to top.
Declaration
public const SlideMode Bottom
Field Value
SlideMode
|
Top
The animated element slides from top to bottom.
Declaration
public const SlideMode Top
Field Value
SlideMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|