RadControls for WPF

Represents sliding mode for animation.

Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public enum SlideMode
Visual Basic
Public Enumeration SlideMode

Members

Member nameValueDescription
Top0 The animated element slides from top to bottom.
Bottom1 The animated element slides from bottom to top.

See Also