Gets or sets the direction in which the expander expands and collapses. The default is to expand downwards (content below header). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ExpandDirection ExpandDirection { get; set; }
Visual Basic
Public Property ExpandDirection As ExpandDirection
	Get
	Set
Visual C++
public:
property ExpandDirection ExpandDirection {
	ExpandDirection get ();
	void set (ExpandDirection value);
}

See Also