Specifies how the background image is rendered.
[Visual Basic]
Public Enum BackgroundPictureDrawModeEnum
[C#]
public enum BackgroundPictureDrawModeEnum
[Delphi]
type BackgroundPictureDrawModeEnum = (Center, Stretch, Tile);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Center |
The image is rendered in the center of the cell. |
Stretch |
The image is stretched to fit within the cell. |
Tile |
The image is tiled in the cell. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |