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


In This Topic
    NGuidelineCollection Class
    In This Topic
    The NGuidelineCollection is a strongly typed collection containing NGuideline instances
    Object Model
    NGuidelineCollection Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NDiagramElementContainerTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.NLayerCollection)>
    <System.SerializableAttribute()>
    Public Class NGuidelineCollection 
       Inherits NDiagramElementCollection
       Implements INContextMenuEditable, INDiagramElement, INDiagramElementComposite, INDiagramElementContainer, INHitTest, INInvalidatable, INMeasurements, INPaintable, INVisible, INZOrderable, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INElementComposite, Nevron.Dom.INElementContainer, Nevron.Dom.INHistoryCallback, Nevron.Dom.INIdentifiable, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.Dom.INUniquelyIdentifiable, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NGuidelineCollection
    Remarks
    The NGuidelineCollection implements the INPaintable interface in order to propagate the painting to the contained guidelines. A reference to this class can be obtained from the Guidelines property of the NDrawingDocument (implements INGuidelinesContainer).
    Inheritance Hierarchy

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

    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