RadPanelBar for ASP.NET

RadPanelbar Send comments on this topic.
PanelbarAnimationType Enumeration
See Also  
Telerik.WebControls Namespace : PanelbarAnimationType Enumeration


Represents the effects that can be used in an animation. 

 

Namespace: Telerik.WebControls
Assembly: RadPanelbar (in RadPanelbar.dll)

Syntax

Visual Basic (Declaration) 
Public Enum PanelbarAnimationType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PanelbarAnimationType
C# 
public enum PanelbarAnimationType : Enum 

Members

MemberDescription
None 
Linear 
InQuad 
OutQuad 
InOutQuad 
InCubic 
OutCubic 
InOutCubic 
InQuart 
OutQuart 
InOutQuart 
InQuint 
OutQuint 
InOutQuint 
InSine 
OutSine 
InOutSine 
InExpo 
OutExpo 
InOutExpo 
InBack 
OutBack 
InOutBack 
InBounce 
OutBounce 
InOutBounce 
InElastic 
OutElastic 
InOutElastic 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.PanelbarAnimationType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also