Share via


CalendarView.FirstOfYearDecadeLabelFontStyle Propiedad

Definición

Obtiene o establece el estilo de fuente usado para mostrar el banner del primer año en el calendario.

public:
 property FontStyle FirstOfYearDecadeLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfYearDecadeLabelFontStyle();

void FirstOfYearDecadeLabelFontStyle(FontStyle value);
public FontStyle FirstOfYearDecadeLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfYearDecadeLabelFontStyle;
calendarView.firstOfYearDecadeLabelFontStyle = fontStyle;
Public Property FirstOfYearDecadeLabelFontStyle As FontStyle
<CalendarView FirstOfYearDecadeLabelFontStyle="fontStyleMemberName" />

Valor de propiedad

Estilo de fuente usado para mostrar el banner del primer año en el calendario.

Comentarios

Para que la primera etiqueta de año sea visible o no, use la propiedad IsGroupLabelVisible .

Se aplica a