property Thumbnail.PictureDisplay as PictureDisplayEnum
Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background

TypeDescription
PictureDisplayEnum A PictureDisplayEnum expression that indicates the way how the picture is displayed.
By default, the PictureDisplay property is exTile. Use the PictureDisplay property specifies how the Picture is displayed on the control's background. If the control has no picture associated the PictureDisplay property has no effect. Use the InputFile property to display the file's thumbnail. Use the Thumbnail property to retrieve the thumbnail picture. Use the ThumbnailType property to specify whether the thumbnail is a bitmap or an icon. Use the BackColor property to specify the control's background color.