Nevron .NET Vision
Nevron.Diagram.Layout Namespace / TipOverChildrenPlacement Enumeration


In This Topic
    TipOverChildrenPlacement Enumeration
    In This Topic
    Defines the possible ways for placing the children in a tip over tree layout
    Syntax
    'Declaration
     
    
    Public Enum TipOverChildrenPlacement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TipOverChildrenPlacement
    public enum TipOverChildrenPlacement : System.Enum 
    Members
    MemberDescription
    ColBothThe children are placed in 2 columns separated by the edge bus
    ColLeftThe children are placed in a row which is on the left of the edge bus
    ColRightThe children are placed in a col which is on the right of the edge bus
    InheritThe children placement is inherited from a more global property
    RowThe children are placed in a row
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.TipOverChildrenPlacement

    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