Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / LogicalParent Property


In This Topic
    LogicalParent Property (DrawingObject)
    In This Topic
    The logical parent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LogicalParent As DrawingObject
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As DrawingObject
     
    value = instance.LogicalParent
    public DrawingObject LogicalParent {get;}
    See Also