[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can move this object.")] public virtual bool Movable {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can move this object.")] public virtual bool Movable {get; set;}
obj.Position = newPos
. When this object is part of a group, the default drag behavior is to move just the object. However, the DraggingObject really determines what is actually moved. Note that some objects will not be able to move, or will not be able to move freely, because of constraints enforced in setting the Bounds or in the parent's GoGroup.LayoutChildren method.