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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ShouldAutoPlaceChildShapes As Boolean
public virtual bool ShouldAutoPlaceChildShapes { get; }
public:
virtual property bool ShouldAutoPlaceChildShapes {
    bool get ();
}
abstract ShouldAutoPlaceChildShapes : bool
override ShouldAutoPlaceChildShapes : bool
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

Microsoft.VisualStudio.Modeling.Diagrams Namespace