dbicDayView Send comments on this topic.
MinimumSize Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : MinimumSize Property

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property MinimumSize As Size
C# 
public virtual Size MinimumSize {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