Intersoft ClientUI Documentation
TransitionContentDirection Enumeration



Specifies value that describes the content direction to be applied to the transition.
Syntax
Public Enum TransitionContentDirection 
   Inherits System.Enum
Dim instance As TransitionContentDirection
public enum TransitionContentDirection : System.Enum 
public enum class TransitionContentDirection : public System.Enum 
Members
MemberDescription
Back Instructs the content transition to use Back transition effect.
Child Instructs the content transition to use Child transition effect.
Default Instructs the content transition to use Default transition effect.
Forward Instructs the content transition to use Forward transition effect.
Parent Instructs the content transition to use Parent transition effect.
Replace Instructs the content transition to use Replace (or new) transition effect.
Unknown The content direction is unkown, transition effect will not be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.TransitionContentDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Controls Namespace

Send Feedback