Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Connector Property


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

    Property Value

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