Specifies the direction in which a C1Expander control opens.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
| C# |
|---|
public enum ExpandDirection |
| Visual Basic |
|---|
Public Enumeration ExpandDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Down | 0 | The C1Expander control opens down. | |
| Up | 1 | The C1Expander control opens up. | |
| Left | 2 | The C1Expander control opens left. | |
| Right | 3 | The C1Expander control opens right. |