NodeShape.ShouldAutoPlaceChildShapes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if view fixup should auto-place nested child shapes of this shape when they are created. By default, this returns false.
public:
virtual property bool ShouldAutoPlaceChildShapes { bool get(); };
public virtual bool ShouldAutoPlaceChildShapes { get; }
member this.ShouldAutoPlaceChildShapes : bool
Public Overridable ReadOnly Property ShouldAutoPlaceChildShapes As Boolean