Nevron .NET Vision
Nevron.Diagram Namespace / NGroup Class
Members


In This Topic
    NGroup Class
    In This Topic
    The NGroup class represents a composite shape, which can also aggregate one or more shapes
    Object Model
    NGroup Class
    Syntax
    'Usage
     
    
    Dim instance As NGroup
    Remarks
    The aggregated shapes can be obtained from the Shapes property. It is possible to select and delete all the shapes contained in a group. When the group has no shapes it is considered empty. You can prevent the group from becoming empty, by setting the CanBeEmpty property to false. You can instruct the group to automatically destroy itself, if it becomes empty by setting the AutoDestroy property to true.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NAggregateModel
                            Nevron.Diagram.NShape
                               Nevron.Diagram.NGroup

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also