FolderThumbnailView.ImageFolder Property |
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)
Syntaxpublic string ImageFolder { get; set; }
Public Property ImageFolder As String
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