GoDiagram Web Reference
MinimumSize Property (GoToolResizing)

Gets or sets the minimum size that the user may resize to.
Syntax
'Declaration
 
Public Overridable Property MinimumSize As SizeF
public virtual SizeF MinimumSize {get; set;}

Property Value

This is initially a 1x1 SizeF value, thus preventing the user from making zero either the width or the height.
Remarks
This minimum size is passed to DoResize.
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

GoToolResizing Class
GoToolResizing Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback