Click or drag to resize

FolderThumbnailViewImageFolder Property

Gets or sets the path of the images that are loaded into the FolderThumbnailView control.

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 ImageFolder { get; set; }

Property Value

Type: String
The path of the images that are loaded into the FolderThumbnailView control.
Remarks
If thumbnails are still being loaded from a different folder when setting this property, those thumbnails will stop loading and the items cleared from the control.
See Also