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


In This Topic
    NRoutableConnector Class
    In This Topic
    The NRoutableConnector class represents a mutable polypath shape, which can automatically avoid obstacles in its path
    Object Model
    NRoutableConnector Class
    Syntax
    'Usage
     
    
    Dim instance As NRoutableConnector
    Remarks
    The NRoutableConnector extends its base NMutablePolyPathShape with the following features:
    • This property is used to control the type of primitive used by the connector. The routing and reflexive abilities of the connector depend on the value of this property.
    • The routable connector implements the INRoutableShape interface and thus declares its ability to be routed (e.g. reshaped to avoids obstacles).
    • The routable connector edge implements the INReflexiveShape interface and thus declares its ability to be reflexed (e.g. reshaped to bend around the reflexed shape).
    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.NPrimitiveShape
                                  Nevron.Diagram.NPathShape
                                     Nevron.Diagram.NPolyPathShape
                                        Nevron.Diagram.NMutablePolyPathShape
                                           Nevron.Diagram.NRoutableConnector

    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