CalendarViewDayItem.SetDensityColors(IIterable<Color>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- 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