Share via


CalendarView.DayItemFontWeight Propriedade

Definição

Obtém ou define o peso da fonte usado para exibir valores de dia no calendário.

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 da propriedade

O peso da fonte usado para exibir valores de dia no calendário.

Aplica-se a