dbicMonth Send comments on this topic.
MaximumSize Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : MaximumSize Property

Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MaximumSize As Size
C# 
public virtual Size MaximumSize {get; set;}

Property Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also