AppointmentCalendar.DisplayColor Property
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.
Gets the color that the built-in calendar app uses for appointments associated with the calendar.
public:
property Color DisplayColor { Color get(); void set(Color value); };
Color DisplayColor();
void DisplayColor(Color value);
public Color DisplayColor { get; set; }
var color = appointmentCalendar.displayColor;
appointmentCalendar.displayColor = color;
Public Property DisplayColor As Color
Property Value
An unsigned integer representing the color that the built-in calendar app uses for appointments associated with the calendar.
Windows requirements
App capabilities |
appointmentsSystem
|