[]
Gets or sets the drop-down calendar font.
[Browsable(true)]
public Font Font { get; set; }
<Browsable(True)>
Public Property Font As Font
Type | Description |
---|---|
Font | A Font object that indicates the font of the DropDownCalendar. |
The default value is the same as the control font. If the value is null, the value is automatically the default value, without exception.