Font Property (DropDownCalendar)
Gets or sets the drop-down calendar font.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As DropDownCalendar
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
A
System.Drawing.Font object that indicates the font of the
DropDownCalendar.