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


In This Topic
    CellConstrainMode Enumeration
    In This Topic
    Defines the possible modes, in which a constrained directed cells layout can be constrained
    Syntax
    'Declaration
     
    
    Public Enum CellConstrainMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellConstrainMode
    public enum CellConstrainMode : System.Enum 
    Members
    MemberDescription
    OrdinalThe layout is constrained by the ordinal limit (e.g. max row or col count) in the respective layout direction
    SizeThe layout is constrained by the size of the container in the respective layout direction
    Inheritance Hierarchy

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

    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