dbicCalendar Send comments on this topic.
BackColorTo Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : BackColorTo Property

Gets or sets the secondary background color of the appointment.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BackColorTo As Color
C# 
public virtual Color BackColorTo {get; set;}

Property Value

A Color value

Remarks

This property is only visible when the FillType property is not equal to Solid.  The primary background color is defined in the BackColor property. 

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also