This property sets the file path to the directories containing images to be displayed in the Thumbnail Control.

[Visual Basic] Public Property FilePath As String
[C#] public string FilePath {get; set;}

Property Value

A string value denoting the path to the image files

Default value is an empty string (String.Empty)

Explanation

The FilePath property sets the file path to the directories containing images to be displayed in the Thumbnail Control. When setting multiple directories in the FilePath property, please separate the entries with a semicolon. Which image file will be displayed is determined by this property and the FileExtension property. If you want to specify the files within a folder that you want to display, you can use the ListOfFileNames property to set those files. In that case, set the FilePath property to an empty string (String.Empty) or null (Nothing in Visual Basic)

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation