Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Parent Property


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

    Property Value

    The parent shape.
    See Also