CalendarView.TodayFontWeight Propriedade

Definição

Obtém ou define o peso da fonte usado para exibir a data atual no calendário.

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

Valor da propriedade

O peso da fonte usado para exibir a data atual no calendário.

Aplica-se a