Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

calendarviewdayitem_setdensitycolors_669941734.md

File metadata and controls

29 lines (18 loc) · 1.03 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.CalendarViewDayItem.SetDensityColors(Windows.Foundation.Collections.IIterable{Windows.UI.Color})
winrt method

Windows.UI.Xaml.Controls.CalendarViewDayItem.SetDensityColors

-description

Sets the collection of Color values used to display the density bar.

-parameters

-param colors

The collection of Color values used to display the density bar.

-remarks

You can show contextual information about the density of events in a day by calling this method. You can show from 0 to 10 density bars for each day, and set the color of each bar. For more information, see Updating calendar day items

-examples

-see-also

Updating calendar day items