'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
.