Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / Parent Property


In This Topic
    Parent Property (IGroupShape)
    In This Topic
    Gets the parent shape for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Parent As IShape
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As IShape
     
    value = instance.Parent
    IShape Parent {get;}

    Property Value

    The parent shape.
    See Also