GoDiagram Web Reference
AllowResize Property (GoView)

Gets or sets whether the user can resize objects in this view.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether the user can resize selected objects.")>
<DefaultValueAttribute()>
Public Property AllowResize As Boolean
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether the user can resize selected objects.")]
[DefaultValueAttribute()]
public bool AllowResize {get; set;}
Remarks
A false value prevents the user from resizing objects in this view by the normal mechanisms. Even when this property value is true, some objects might not be resizable by the user because the document or the object disallows it. Your code can always resize objects programmatically by calling obj.Size = newSize or obj.Bounds = newRect.
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

GoView Class
GoView Members
CanResizeObjects Method
AllowResize Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback