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


In This Topic
    ENStackFitMode Enumeration
    In This Topic
    Enumerates the ways in which a stack attempts to fit into the available area.
    Syntax
    'Declaration
     
    
    Public Enum ENStackFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENStackFitMode
    public enum ENStackFitMode : System.Enum 
    Members
    MemberDescription
    EqualThe stack decreases the items size with equal amounts to fit the available area.
    FirstThe stack decreases the items size in forward order until the stack fits the available area.
    LastThe stack decreases the items size in reverse order until the stack fits the available area.
    NoneThe stack does not attempt to fit the available area.
    ProportionalThe stack decreases the items size with proportional amounts to fit the available area.
    Inheritance Hierarchy

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

    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