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

Gets or sets the layout of the background images used in the control.

Syntax

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

Property Value

enumBackImageLayout

Remarks

This property will affect images assigned to the background through either the BackImage property or the MonthImages property

Requirements

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

See Also