Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Connector Property


In This Topic
    Connector Property (IShapeBase)
    In This Topic
    Gets a value indicating whether this IShape is a connector.
    Syntax
    'Declaration
     
    
    ReadOnly Property Connector As Boolean
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Boolean
     
    value = instance.Connector
    bool Connector {get;}

    Property Value

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