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" />

プロパティ値

カレンダーに日の値を表示するために使用するフォント スタイル。

適用対象