Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGroup Class / ResizeShapes Property


In This Topic
    ResizeShapes Property
    In This Topic
    Gets or sets the default way in which the group shapes are resized. Group shapes, whose ResizeInGroup property is set to UseGroupSettings will use this resize mode, when in group and resized by the user.
    Syntax
    'Declaration
     
    
    Public Property ResizeShapes As ENGroupResizeShapes
    'Usage
     
    
    Dim instance As NGroup
    Dim value As ENGroupResizeShapes
     
    instance.ResizeShapes = value
     
    value = instance.ResizeShapes
    public ENGroupResizeShapes ResizeShapes {get; set;}
    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