Compartir a través de


CalendarView.FirstOfMonthLabelFontWeight Propiedad

Definición

Obtiene o establece el peso de fuente usado para mostrar el banner del primer mes en el calendario.

public:
 property FontWeight FirstOfMonthLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfMonthLabelFontWeight();

void FirstOfMonthLabelFontWeight(FontWeight value);
public FontWeight FirstOfMonthLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfMonthLabelFontWeight;
calendarView.firstOfMonthLabelFontWeight = fontWeight;
Public Property FirstOfMonthLabelFontWeight As FontWeight
<CalendarView FirstOfMonthLabelFontWeight="fontWeightMemberName"/>

Valor de propiedad

Peso de fuente utilizado para mostrar el banner del primer mes en el calendario.

Comentarios

Para que la primera etiqueta del mes sea visible o no, utilice la propiedad IsGroupLabelVisible .

Se aplica a