[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can resize this object.")] public virtual bool Resizable {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can resize this object.")] public virtual bool Resizable {get; set;}
obj.Size = newSize
or obj.Bounds = newRect
. For an object to be resizable, its SelectionObject is really what should be resizable.