GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / MaximumSize Property
In This Topic
    MaximumSize Property (GoToolCreating)
    In This Topic
    Gets or sets the maximum size for the NewObject, as computed by ComputeBox.
    Syntax
    public virtual SizeF MaximumSize {get; set;}

    Property Value

    The default maximum size, in document coordinates, is really large. Any new value must have positive Width and Height.
    See Also