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

Gets or sets the secondary background color of the day format.

Syntax

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

Remarks

This property value is of type Color, indicating the secondary background color of the day format.  This property will only be visible if FillType 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