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

Available options for the layout of the images used in the background of the months

Syntax

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

Members

MemberDescription
CenterThe image will be centered in the display area and will use it's own dimensions.
NoneThe image will set in the top left corner of the display region using it's own dimensions.
StretchThe image will be stretched to fill the display area, it's dimensions will be distorted.
TileThe image will be rendered over and over, starting from the top left corner and moving right and then down, filling the display with as many copies of the image as needed. It will use it's own dimensions.

Inheritance Hierarchy

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

Requirements

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

See Also