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


In This Topic
    NLabelCollection Class
    In This Topic
    The NLabelCollection is a strongly typed collection containing NLabel instances
    Object Model
    NLabelCollection Class
    Syntax
    'Usage
     
    
    Dim instance As NLabelCollection
    Remarks
    The NLabelCollection implements the INPaintable interface in order to propagate the painting to the contained labels. The DefaultLabelUniqueId property controls the default label, which must be a child of this collection. A reference to this class can be obtained from the Labels property of the NShape class.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NDiagramElementCollection
                Nevron.Diagram.NLabelCollection

    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