The orientation of the layout.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
Orientation Orientation { get; set; }
Visual Basic
Property Orientation As Orientation
	Get
	Set
Visual C++
property Orientation Orientation {
	Orientation get ();
	void set (Orientation value);
}
J#
/** @property */
Orientation get_Orientation()
/** @property */
 void set_Orientation(Orientation value)
JScript
function get Orientation () : Orientation
function set Orientation (value : Orientation)
JavaScript
function get_Orientation();
function set_Orientation(value);

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe assigned value is not a valid Orientation constant.

See Also