.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : Orientation Enumeration
Orientation Enumeration
Specifies the orientation of an object.
Syntax
'Declaration
 
Public Enum Orientation 
   Inherits System.Enum
'Usage
 
Dim instance As Orientation
public enum Orientation : System.Enum 
Members
MemberDescription
BottomThe object is on bottom.
BottomLeftThe object ( Usually an annotation) on the bottom left hand side.
BottomRightThe object ( Usually an annotation) on the bottom right hand side.
LeftThe object is on the left.
NoneNo orientation is specified.
RightThe object is on the right.
TopThe object is on top.
TopLeftThe object ( Usually an annotation) on the upper left hand side.
TopRightThe object ( Usually an annotation) on the upper right hand side.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Orientation

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