AppointmentCalendar.DisplayColor Property

Definition

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

Applies to