Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / BeginConnectedShape Property


In This Topic
BeginConnectedShape Property (ConnectionShape)
In This Topic
Gets the Shape object that represents the shape that the beginning of the specified connector is attached to.
Syntax
'Declaration
 
Public ReadOnly Property BeginConnectedShape As Shape
 
'Usage
 
Dim instance As ConnectionShape
Dim value As Shape
 
value = instance.BeginConnectedShape

Property Value

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