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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.