dbicDate Send comments on this topic.
enumBackImageArea Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumBackImageArea Enumeration

The available areas of the calendar for calculating where the back image can be displayed.

Syntax

Visual Basic (Declaration) 
Public Enum enumBackImageArea 
   Inherits System.Enum
C# 
public enum enumBackImageArea : System.Enum 

Members

MemberDescription
AllThe area available to display the back image will be calculated based off the entire calendar size.
BodyThe area available is limited to the body of the calendar (where the dates are shown).
NoneThe image won't be shown at all.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumBackImageArea

Requirements

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

See Also