Gets or sets a value indicating whether to load image thumbnail instead of the actual image.
Syntax
public bool ThumbnailLoading {get; set;}
public: __property bool get_ThumbnailLoading();
public: __property void set_ThumbnailLoading(
bool value
);
public:
property bool ThumbnailLoading {
bool get();
void set ( bool value);
}
'Declaration
Public Property ThumbnailLoading As Boolean
'Usage
Dim instance As ImGearLoadOptions
Dim value As Boolean
instance.ThumbnailLoading = value
value = instance.ThumbnailLoading
Property Value
Boolean value.
See Also