Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Root Property


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