Click or drag to resize

ThumbnailControlPropertiesPlaceholderImage Property

Gets or sets the image used as a placeholder for the thumbnails that have not been loaded.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Image PlaceholderImage { get; set; }

Property Value

Type: Image
The image used as a thumbnail placeholder.
Remarks
Setting PlaceholderImage will override the PlaceholderMessage property.
See Also