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

Gets or sets the secondary background color of the custom area.

Syntax

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

Property Value

A System.Drawing.Color value.

Remarks

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

Requirements

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

See Also