Share via


CalendarView.DayItemFontStyle 屬性

定義

取得或設定用來在行事曆中顯示日值的字型樣式。

public:
 property FontStyle DayItemFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle DayItemFontStyle();

void DayItemFontStyle(FontStyle value);
public FontStyle DayItemFontStyle { get; set; }
var fontStyle = calendarView.dayItemFontStyle;
calendarView.dayItemFontStyle = fontStyle;
Public Property DayItemFontStyle As FontStyle
<CalendarView DayItemFontStyle="fontStyleMemberName" />

屬性值

用來在行事曆中顯示日值的字型樣式。

適用於