Share via


CalendarView.DayItemFontWeight Propiedad

Definición

Obtiene o establece el peso de fuente usado para mostrar los valores de día en el calendario.

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

Valor de propiedad

Peso de fuente usado para mostrar los valores de día en el calendario.

Se aplica a