CalendarView.DayItemFontStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來在行事曆中顯示日值的字型樣式。
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" />
屬性值
用來在行事曆中顯示日值的字型樣式。