Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / EndConnectedShape Property


In This Topic
    EndConnectedShape Property (ConnectionShape)
    In This Topic
    Gets the Shape object that represents the shape that the end of the specified connector is attached to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EndConnectedShape As Shape
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Shape
     
    value = instance.EndConnectedShape
    public Shape EndConnectedShape {get;}

    Property Value

    The shape that the end of the specified connector is attached to.
    See Also