Nevron .NET Vision
Nevron.Diagram Namespace / BridgeShape Enumeration


In This Topic
    BridgeShape Enumeration
    In This Topic
    Enumerates the currently available bridge shapes (displayed at lines intersections)
    Syntax
    'Declaration
     
    
    Public Enum BridgeShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BridgeShape
    public enum BridgeShape : System.Enum 
    Members
    MemberDescription
    ArcArc
    GapGap
    NoneThe bridge is not displayed
    Sides22 sided bridge
    Sides33 sided bridge
    Sides44 sided bridge
    Sides55 sided bridge
    Sides66 sided bridge
    Sides77 sided bridge
    SquareSquare
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.BridgeShape

    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