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


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