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


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