[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can reshape the resizable objects in this layer.")] public bool AllowReshape {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can reshape the resizable objects in this layer.")] public bool AllowReshape {get; set;}
obj.Size = newSize
or obj.Bounds = newRect
.