Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectorType Enumeration


In This Topic
    ConnectorType Enumeration
    In This Topic
    Specifies a type of connector.
    Syntax
    'Declaration
     
    
    Public Enum ConnectorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConnectorType
    public enum ConnectorType : System.Enum 
    Members
    MemberDescription
    CurveCurved connector
    ElbowElbow connector
    StraightStraight line connector
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ConnectorType

    See Also