ShapeElement.ShouldReparentOnMove Method

Definition

Decides whether or not a shape should be reparented when it's moved.

public:
 virtual bool ShouldReparentOnMove();
public virtual bool ShouldReparentOnMove ();
abstract member ShouldReparentOnMove : unit -> bool
override this.ShouldReparentOnMove : unit -> bool
Public Overridable Function ShouldReparentOnMove () As Boolean

Returns

true means it should reparent; false means it should not.

Applies to