| Visual Basic (Declaration) | |
|---|---|
Public Enum enumBackImageLayout Inherits System.Enum | |
| C# | |
|---|---|
public enum enumBackImageLayout : System.Enum | |
| Member | Description |
|---|---|
| Center | The image will be centered in the display area and will use it's own dimensions. |
| None | The image will set in the top left corner of the display region using it's own dimensions. |
| Stretch | The image will be stretched to fill the display area, it's dimensions will be distorted. |
| Tile | The 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. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Date.enumBackImageLayout
Target Platforms: Current Windows operating system with .NET 8.