The orientation of the layout.
Namespace: TreeLayoutHelperAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The assigned value is not a valid Orientation constant. |