Gets the preferred size of the drop-down calendar.
public Size PreferredSize {get;}
'Declaration
Public ReadOnly Property PreferredSize As Size
'Usage
Dim instance As DropDownCalendar
Dim value As Size
value = instance.PreferredSize
Property Value
A
System.Drawing.Size value that contains the height and width, in pixels.