ResizesRealtime Property (GoObject)
In This Topic
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
[Category("Behavior")]
[DefaultValue(false)]
[Description("Whether this object's size continuously changes during a user resizing operation.")]
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.
See Also