dbicDayView Send comments on this topic.
TimeBackColorTo Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : TimeBackColorTo Property

Gets or sets the secondary background color for the time section.

Syntax

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

Property Value

Color

Remarks

This property is only visible when the TimeFillType is not equal to Solid.  The primary background color is defined by the TimeBackColor property.

Requirements

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

See Also