[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can reshape this resizable object.")] public virtual bool Reshapable {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can reshape this resizable object.")] public virtual bool Reshapable {get; set;}
obj.Size = newSize
or obj.Bounds = newRect
or by making other changes to alter the shape of the object. For an object to be reshapable, its SelectionObject is really what should be reshapable--for a GoGroup, this is often one of its child objects.