Specifies the expand direction of an Expander.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ExpandDirection |
| Visual Basic |
|---|
Public Enumeration ExpandDirection |
| Visual C++ |
|---|
public enum class ExpandDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Down | 0 | The content expands down from the header. | |
| Up | 1 | The content expands up from the header. |