'Declaration <DescriptionAttribute("The background color of the calendar")> <CategoryAttribute("Appearance")> Public Overrides Property BackColor As Color
'Usage Dim instance As WinCalendar Dim value As Color instance.BackColor = value value = instance.BackColor
[Description("The background color of the calendar")] [Category("Appearance")] public override Color BackColor {get; set;}