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

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.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation