ComponentOne Basic Library for WPF and Silverlight
C1ExpandDirection Enumeration


C1.WPF Namespace : C1ExpandDirection Enumeration
Specifies the direction in which a C1.Silverlight.Extended.C1Expander control opens.
Syntax
'Declaration
 
Public Enum C1ExpandDirection 
   Inherits System.Enum
'Usage
 
Dim instance As C1ExpandDirection
public enum C1ExpandDirection : System.Enum 
Members
MemberDescription
DownThe C1.Silverlight.Extended.C1Expander control opens down.
LeftThe C1.Silverlight.Extended.C1Expander control opens left.
RightThe C1.Silverlight.Extended.C1Expander control opens right.
UpThe C1.Silverlight.Extended.C1Expander control opens up.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1ExpandDirection

See Also

Reference

C1.WPF Namespace