Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / EndConnected Property


In This Topic
EndConnected Property
In This Topic
Gets a boolean value indicating whether the end of the specified connector is connected to a shape.
Syntax
'Declaration
 
ReadOnly Property EndConnected As Boolean
 
'Usage
 
Dim instance As IConnectorFormat
Dim value As Boolean
 
value = instance.EndConnected

Property Value

true if the end of the specified connector is connected to a shape; otherwise, false.
See Also