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


In This Topic
    NPort Class
    In This Topic
    The NPort class represents a connection point, which can be anchored to a specific parameter of the shape to which they belong or to an aggregated model, which the shape contains.
    Object Model
    NPort Class
    Syntax
    Remarks
    The Type property of the port defines much of the port behavior. It can take the following values:
    • Inward ports cannot be connected. However multiple plugs and outward ports of other shapes can be connected to an inward port.
    • Outward ports can be connected to inward ports. Plugs cannot be connected to outward ports. Only one outward port of a shape can be connected at time. This means that whenever an outward port is connected, both plugs and the currently connected outward port (if any) are automatically disconnected.
    • Behaves as an inward and outward port.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NShapePoint
                Nevron.Diagram.NConnectionPoint
                   Nevron.Diagram.NPort
                      Nevron.Diagram.NBoundsPort
                      Nevron.Diagram.NLogicalLinePort
                      Nevron.Diagram.NPointPort
                      Nevron.Diagram.NRotatedBoundsPort

    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