GoDiagram Win Reference
GoLayoutDirection Enumeration

This enumeration specifies the general direction in which the automatic layout algorithm will position nodes.
Syntax
'Declaration
 
Public Enum GoLayoutDirection 
   Inherits System.Enum
public enum GoLayoutDirection : System.Enum 
Members
MemberDescription
DownStart at the top and proceed downwards.
LeftStart at the right side and proceed toward the left.
RightStart on the left side and proceed toward the right.
UpStart at the bottom and proceed upwards.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.Layout.GoLayoutDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Northwoods.Go.Layout Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback