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

Determines the shadow color for the current date and time.

Syntax

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

Property Value

Color

Remarks

This property is only displayed when the DisplayCurrentDate property and/or the DisplayCurrentTime property are set to true.

Requirements

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

See Also