Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / Connector Property


In This Topic
    Connector Property (ConnectionShape)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Connector As Boolean
    'Usage
     
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    value = instance.Connector
    public override bool Connector {get;}
    See Also