GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolResizing Class
/ MaximumSize Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
MaximumSize Property (GoToolResizing)
In This Topic
Gets or sets the maximum size that the user may resize to.
Syntax
C#
public
virtual
SizeF
MaximumSize {
get
;
set
;}
Property Value
This is initially a huge value, which should place no constraint on the user.
Remarks
This maximum size is passed to
DoResize
.
See Also
Reference
GoToolResizing Class
GoToolResizing Members