[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can resize selected objects.")] public bool AllowResize {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can resize selected objects.")] public bool AllowResize {get; set;}
obj.Size = newSize
or obj.Bounds = newRect
.