CalendarView.TodayFontWeight Свойство

Определение

Возвращает или задает вес шрифта, используемый для отображения текущей даты в календаре.

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

Значение свойства

Вес шрифта, используемый для отображения текущей даты в календаре.

Применяется к