In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / PreloadAllItems Property

PreloadAllItems Property (ThumbnailEx)

In This Topic
Specifies if all items must be generated in the background. If False, only visible items will be generated. False is recommended if the number of items exceeds 1000. Default value is true.
Syntax
'Declaration
 
Public Property PreloadAllItems As Boolean
public bool PreloadAllItems {get; set;}
public read-write property PreloadAllItems: Boolean; 
public function get,set PreloadAllItems : boolean
public: __property bool get_PreloadAllItems();
public: __property void set_PreloadAllItems( 
   bool value
);
public:
property bool PreloadAllItems {
   bool get();
   void set (    bool value);
}
See Also