Share via


CalendarView.DayItemFontWeight 속성

정의

달력에 일 값을 표시하는 데 사용되는 글꼴 가중치를 가져오거나 설정합니다.

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"/>

속성 값

달력에 일 값을 표시하는 데 사용되는 글꼴 가중치입니다.

적용 대상