Specifies the expand direction of an Expander.

Namespace: Mindscape.SilverlightElements
Assembly: 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 nameValueDescription
Down0 The content expands down from the header.
Up1 The content expands up from the header.

See Also