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
Top
The animated element slides from top to bottom.
Declaration
public const SlideMode Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|