Share via


CalendarView.FirstOfMonthLabelFontStyle 속성

정의

달력에 월 첫 번째 배너를 표시하는 데 사용되는 글꼴 스타일을 가져오거나 설정합니다.

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

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

속성 값

달력에 월 첫 번째 배너를 표시하는 데 사용되는 글꼴 스타일입니다.

설명

월의 첫 번째 레이블을 표시할지 여부를 확인하려면 IsGroupLabelVisible 속성을 사용합니다.

적용 대상