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


In This Topic
    GridCellSizeMode Enumeration
    In This Topic
    Defines the possible cellsizing modes.
    Syntax
    'Declaration
     
    
    Public Enum GridCellSizeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridCellSizeMode
    public enum GridCellSizeMode : System.Enum 
    Members
    MemberDescription
    CellBasedThe maximal width and height of each row and column is determined according to the cells it contains.
    GridBasedAll cells have the size of the biggest cell in the grid.
    Inheritance Hierarchy

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

    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