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


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