CalendarViewDayItem.SetDensityColors(IIterable<Color>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
virtual void SetDensityColors(IIterable<Color> ^ colors) = SetDensityColors;
void SetDensityColors(IIterable<Color> const& colors);
public void SetDensityColors(IEnumerable<Color> colors);
function setDensityColors(colors)
Public Sub SetDensityColors (colors As IEnumerable(Of Color))
매개 변수
- colors
밀도 막대를 표시하는 데 사용되는 색 값의 컬렉션입니다.
설명
이 메서드를 호출하여 하루에 이벤트의 밀도에 대한 컨텍스트 정보를 표시할 수 있습니다. 각 날짜에 대해 0에서 10 사이 밀도 막대를 표시하고 각 막대의 색을 설정할 수 있습니다. 자세한 내용은 달력 일 항목 업데이트를 참조하세요.