Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / BeginConnectedShape Property


In This Topic
    BeginConnectedShape Property
    In This Topic
    Gets the IShape object that represents the shape that the beginning of the specified connector is attached to.
    Syntax
    'Declaration
     
    ReadOnly Property BeginConnectedShape As IShape
    'Usage
     
    Dim instance As IConnectorFormat
    Dim value As IShape
     
    value = instance.BeginConnectedShape
    IShape BeginConnectedShape {get;}

    Property Value

    The shape that the beginning of the specified connector is attached to.
    See Also