property Surface.AllowMoveDescendents as Boolean
Specifies whether all descendents of the focusing element are moved once the focusing element is moved.

TypeDescription
Boolean A Boolean expression that specifies whether all descendents elements are moved when focused element is moved.
By default, the AllowMoveDescendents property is True. Use the AllowMoveDescendents property to prevent moving all descendents ( children and outgoing elements ) when focused element is moved. The OutgoingLinks property returns a safe array of outgoing links ( links that starts from the element ). The Children property returns the collection of child elements. Use the AllowResizeSelection property to prevent resizing the entire selection when focused element is resized. Use the AllowMoveSelection property to prevent moving the entire selection when focused element is moved. Use the ExpandLinkedElements property to add expand/collapse glyphs next to elements that has outgoing links.