Bagikan melalui


CalendarView.FirstOfMonthLabelFontWeight Properti

Definisi

Mendapatkan atau mengatur bobot font yang digunakan untuk menampilkan banner bulan pertama di kalender.

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

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

Nilai Properti

Bobot font yang digunakan untuk menampilkan banner pertama bulanan di kalender.

Keterangan

Untuk membuat label bulan pertama terlihat atau tidak, gunakan properti IsGroupLabelVisible .

Berlaku untuk