Share via


NodeShape.ShouldAutoPlaceChildShapes Property

Gets a shape and verifies whether its nested child shapes should be automatically positioned on the diagram.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ShouldAutoPlaceChildShapes As Boolean
'Usage
Dim instance As NodeShape 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the nested child shapes should be automatically positioned; otherwise, false.

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace