Gets or sets a value indicating whether the background image should be visible in the user interface.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public bool ShowBackgroundImage { get; set; } |
| Visual Basic |
|---|
Public Property ShowBackgroundImage As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ShowBackgroundImage {
bool get ();
void set (bool value);
} |
Field Value
true to show ubackground image in grid and thumnails view; otherwise,
false.
See Also