The orientation of the layout.
Namespace: TreeLayoutHelperAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public Orientation Orientation { get; set; } |
Visual Basic |
---|
Public Property Orientation As Orientation Get Set |
Visual C++ |
---|
public: virtual property Orientation Orientation { Orientation get () sealed; void set (Orientation value) sealed; } |
J# |
---|
/** @property */ public final Orientation get_Orientation() /** @property */ public final void set_Orientation(Orientation value) |
JScript |
---|
final function get Orientation () : Orientation final function set Orientation (value : Orientation) |
JavaScript |
---|
function get_Orientation(); function set_Orientation(value); |
Implements
ILayoutModelBase..::..OrientationExceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The assigned value is not a valid Orientation constant. |