Spread WinForms 15
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

Property Value

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