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


In This Topic
    ENTextBlockResizeMode Enumeration
    In This Topic
    Enumerates the possible ways in which a image block can be resized.
    Syntax
    'Declaration
     
    
    Public Enum ENTextBlockResizeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTextBlockResizeMode
    public enum ENTextBlockResizeMode : System.Enum 
    Members
    MemberDescription
    NoneThe text block is not automatically resized.
    ShapeSizeThe text block is automatically resized to the size of the owner shape.
    ShapeWidthTextHeightThe text block width is resized to size of the owner shape, while the text block height is resized to the desired text block size.
    TextSizeThe text block is resized to its desired size.
    Inheritance Hierarchy

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

    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