GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolResizing Class
/ MinimumSize Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
MinimumSize Property (GoToolResizing)
In This Topic
Gets or sets the minimum size that the user may resize to.
Syntax
C#
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
.
See Also
Reference
GoToolResizing Class
GoToolResizing Members