Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENTableBlockResizeMode Enumeration


In This Topic
    ENTableBlockResizeMode Enumeration
    In This Topic
    Enumerates the possible table block resize modes
    Syntax
    'Declaration
     
    
    Public Enum ENTableBlockResizeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTableBlockResizeMode
    public enum ENTableBlockResizeMode : System.Enum 
    Members
    MemberDescription
    AutoHeightThe table containing shape defines the table witdth, while the table contents defines the table containing shape height ///
    AutoSizeThe table desired size determines the size of the table containing shape
    FitToShapeThe table is stretched to fit the bounds specified by its containing shape. If the table cannot fit it will resize the table containing shape automatically
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENTableBlockResizeMode

    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