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

Determines the type of shadow to draw with the appointments.

Syntax

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

Property Value

enumShadowType

Remarks

This property is only used if the AppointmentShadow property is set to True.

Requirements

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

See Also