Northwoods.Go Assembly > Northwoods.Go Namespace > GoObject Class : Resizable Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Whether users can resize this object.")> <CategoryAttribute("Behavior")> Public Overridable Property Resizable As Boolean
[DefaultValueAttribute()] [DescriptionAttribute("Whether users can resize this object.")] [CategoryAttribute("Behavior")] 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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2