Bagikan melalui


CalendarView.DayItemFontWeight Properti

Definisi

Mendapatkan atau mengatur bobot font yang digunakan untuk menampilkan nilai hari di kalender.

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

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

Nilai Properti

Bobot font yang digunakan untuk menampilkan nilai hari di kalender.

Berlaku untuk