https://msdn.microsoft.com/ja-jp/library/system.windows.forms.datetimepicker.calendarfont%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
をよむと
Starting with Windows Vista and depending on the theme, setting this property might not change the appearance of the calendar. For example, if Windows is set to use the Aero theme, setting this property has no effect. This is because an updated version of the calendar is rendered with an appearance that is derived at run time from the current operating system theme. If you want to use this property and enable the earlier version of the calendar, you can disable visual styles for your application. Disabling visual styles might affect the appearance and behavior of other controls in your application. To disable visual styles in Visual Basic, open the Project Designer and uncheck the Enable XP visual styles check box. To disable visual styles in C#, open Program.cs and comment out Application.EnableVisualStyles();.
とあるので
Application.EnableVisualStyles();.
をコメントアウトすると
calendarfont属性はつかえるようになるのがわかった。
もっといい解決がある人は教えてください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。