Nevron .NET Vision
Nevron.Diagram.Templates Namespace / TreeLayoutScheme Enumeration


In This Topic
    TreeLayoutScheme Enumeration
    In This Topic
    Enumerates the predefined tree layout schemes
    Syntax
    'Declaration
     
    
    Public Enum TreeLayoutScheme 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TreeLayoutScheme
    public enum TreeLayoutScheme : System.Enum 
    Members
    MemberDescription
    LayeredLayered tree layout
    LayeredLeftAlignedLayered tree layout with layers aligned to the left
    LayeredRightAlignedLayered tree layout with layers aligned to the right
    NoneDo not use schemes
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Templates.TreeLayoutScheme

    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