CalendarView.TodayFontWeight Propiedad

Definición

Obtiene o establece el peso de fuente usado para mostrar la fecha actual en el calendario.

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 de propiedad

Peso de fuente usado para mostrar la fecha actual en el calendario.

Se aplica a