Nevron .NET Vision
Nevron.Diagram Namespace / BridgeTargets Enumeration


In This Topic
    BridgeTargets Enumeration
    In This Topic
    Defines the possible bridge targets
    Syntax
    'Declaration
     
    
    Public Enum BridgeTargets 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BridgeTargets
    public enum BridgeTargets : System.Enum 
    Members
    MemberDescription
    NoneThe bridgeable has no bridge targets
    OtherBridges are only displayed on intersections with other nodes
    SelfBridges are only displayed on self intersections
    SelfAndOtherBridges are displayed on self intersections and intersections with other nodes
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.BridgeTargets

    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