Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface
Properties Methods

In This Topic
    IConnectorFormat Interface Members
    In This Topic

    The following tables list the members exposed by IConnectorFormat.

    Public Properties
     NameDescription
     PropertyGets a boolean value indicating whether the beginning of the specified connector is connected to a shape.  
     PropertyGets the IShape object that represents the shape that the beginning of the specified connector is attached to.  
     PropertyGets an integer that specifies the connection site that the beginning of a connector is connected to.  
     PropertyGets a boolean value indicating whether the end of the specified connector is connected to a shape.  
     PropertyGets the IShape object that represents the shape that the end of the specified connector is attached to.  
     PropertyGets an integer that specifies the connection site that the end of a connector is connected to.  
     PropertyGets or sets a ConnectorType value that represents the connector format type.  
    Top
    Public Methods
     NameDescription
     MethodAttaches the beginning of the specified connector to a specified shape.  
     MethodDetaches the beginning of the specified connector from the shape it's attached to.  
     MethodAttaches the end of the specified connector to a specified shape.  
     MethodDetaches the end of the specified connector from the shape it's attached to.  
    Top
    See Also