Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Parent Property


In This Topic
    Parent Property (DrawingObject)
    In This Topic
    Gets the parent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As DrawingObject
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As DrawingObject
     
    value = instance.Parent
    public DrawingObject Parent {get;}

    Property Value

    The parent.
    See Also