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