Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Root Property


In This Topic
    Root Property (DrawingObject)
    In This Topic
    Gets the highest ancestor drawing object which contains this drawing object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Root As DrawingObject
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As DrawingObject
     
    value = instance.Root
    public DrawingObject Root {get;}
    See Also