[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.ConnectionShape.Connector

Connector Property

Connector

Gets a value indicating whether this IShape is a connector.

Declaration
public override sealed bool Connector { get; }
Public NotOverridable Overrides ReadOnly Property Connector As Boolean
Property Value
Type Description
bool

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

Overrides
GrapeCity.Spreadsheet.Drawing.Shape.Connector
Implements