dbicDate Send comments on this topic.
BackImage Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : BackImage Property

Gets or sets the image to apply to the background of the control.

Syntax

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

Property Value

Image

Remarks

Individual months can have a unique image by assigning one to the respective month in the MonthImages property. Images assigned to that property will have priority over this property when drawing the month.

Requirements

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

See Also