GoDiagram Web Reference
ResizesRealtime Property (GoObject)

Gets or sets whether this object continuously changes its size during a user resizing operation. [In Web Forms there is no continuous visual feedback of a resize.]
Syntax
'Declaration
 
<DescriptionAttribute("Whether this object's size continuously changes during a user resizing operation.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Overridable Property ResizesRealtime As Boolean
[DescriptionAttribute("Whether this object's size continuously changes during a user resizing operation.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public virtual bool ResizesRealtime {get; set;}

Property Value

This defaults to false. However, for some objects, such as GoPolygon and GoStroke, this defaults to true.
Remarks
One advantage of a false value for this property is that only one undo record is generated for a user's resizing operation--namely the final one on mouse up.
Requirements

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

See Also

Reference

GoObject Class
GoObject Members
DoResize Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback