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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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 with get
override ShouldAutoPlaceChildShapes : bool with get
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.