Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Child Property


In This Topic
    Child Property (IShapeBase)
    In This Topic
    Gets a value indicating whether this IShape is child shape or if all shapes in a shape range are child shapes of the same parent.
    Syntax
    'Declaration
     
    
    ReadOnly Property Child As Boolean
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Boolean
     
    value = instance.Child
    bool Child {get;}

    Property Value

    true if the specified shape is a child shape or if all shapes in a shape range are child shapes of the same parent; otherwise, false.
    See Also