GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / MaximumSize Property
In This Topic
    MaximumSize Property (GoToolResizing)
    In This Topic
    Gets or sets the maximum size that the user may resize to.
    Syntax
    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