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


In This Topic
Connector Property (ConnectionShape)
In This Topic
Gets a value indicating whether this IShape is a connector.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Connector As Boolean
 
'Usage
 
Dim instance As ConnectionShape
Dim value As Boolean
 
value = instance.Connector

Property Value

true if the specified shape is a connector; otherwise, false.
See Also