Northwoods.Go Assembly > Northwoods.Go Namespace > GoObject Class : Reshapable Property |
'Declaration <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <DescriptionAttribute("Whether users can reshape this resizable object.")> Public Overridable Property Reshapable As Boolean
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DescriptionAttribute("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.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