Click or drag to resize

ThumbnailControlPropertiesPlaceholderMessage Property

Gets or sets the message to render as a placeholder for 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 string PlaceholderMessage { get; set; }

Property Value

Type: String
The message rendered as a placeholder for thumbnails.
Remarks
If the PlaceholderImage property is set, it will override the PlaceholderMessage.
See Also