Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / ENUniformSize Enumeration


In This Topic
    ENUniformSize Enumeration
    In This Topic
    Enumerates the possible ways in which cells can be resized by a box layout, so that all cells are having a uniform size.
    Syntax
    'Declaration
     
    
    Public Enum ENUniformSize 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENUniformSize
    public enum ENUniformSize : System.Enum 
    Members
    MemberDescription
    MaxThe cells size in the respective dimension is equal to the max of all cells.
    NoneThe cells size in the respective dimension is not equal.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Layout.ENUniformSize

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also