ShapeElement.IsNestedChild Property

true if this shape element is in the NestedChildShapes of its ParentShape.

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

Syntax

'Declaration
Public ReadOnly Property IsNestedChild As Boolean
'Usage
Dim instance As ShapeElement 
Dim value As Boolean 

value = instance.IsNestedChild
public bool IsNestedChild { get; }
public:
property bool IsNestedChild {
    bool get ();
}
public function get IsNestedChild () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace

HasChildren