ShapeElement::HasChildren Property

 

true if the shape has child shapes.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool HasChildren {
	bool get();
}

Property Value

Type: System::Boolean

Every child shape is either in NestedChildShapes or in RelativeChildShapes.

Return to top
Show: