dbicMonth Send comments on this topic.
TodayFillType Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : TodayFillType Property

Gets or sets the pattern used to paint the background of today's date.

Syntax

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

Property Value

enumFillType

Remarks

The colors used to paint the background are defined in the TodayBackColor Property and TodayBackColorTo Property.

Requirements

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

See Also