Bagikan melalui


CalendarView.TodayFontWeight Properti

Definisi

Mendapatkan atau mengatur bobot font yang digunakan untuk menampilkan tanggal saat ini di kalender.

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

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

Nilai Properti

Bobot font yang digunakan untuk menampilkan tanggal saat ini di kalender.

Berlaku untuk