Connector Property (Shape)
Gets a value indicating whether this
IShape is a connector.
public virtual bool Connector {get;}
'Declaration
Public Overridable ReadOnly Property Connector As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.Connector
Property Value
true
if the specified shape is a connector; otherwise,
false
.