CalendarView.FirstOfYearDecadeLabelFontWeight プロパティ

定義

予定表に初年度のバナーを表示するために使用するフォントの太さを取得または設定します。

public:
 property FontWeight FirstOfYearDecadeLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfYearDecadeLabelFontWeight();

void FirstOfYearDecadeLabelFontWeight(FontWeight value);
public FontWeight FirstOfYearDecadeLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfYearDecadeLabelFontWeight;
calendarView.firstOfYearDecadeLabelFontWeight = fontWeight;
Public Property FirstOfYearDecadeLabelFontWeight As FontWeight
<CalendarView FirstOfYearDecadeLabelFontWeight="fontWeightMemberName"/>

プロパティ値

予定表に最初の年のバナーを表示するために使用されるフォントの太さ。

注釈

年の最初の月のラベルを表示または非表示にするには、 IsGroupLabelVisible プロパティを使用します。

適用対象