CalendarView.FirstOfYearDecadeLabelFontStyle Proprietà

Definizione

Ottiene o imposta lo stile del carattere utilizzato per visualizzare il banner del primo anno nel 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" />

Valore della proprietà

Stile del carattere utilizzato per visualizzare il banner del primo anno nel calendario.

Commenti

Per rendere visibile o meno il primo mese dell'anno, utilizzare la proprietà IsGroupLabelVisible .

Si applica a