ShapeElement.IsRelativeChild Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsRelativeChild As Boolean
public bool IsRelativeChild { get; }
public:
property bool IsRelativeChild {
    bool get ();
}
member IsRelativeChild : bool
function get IsRelativeChild () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

HasChildren