This property refers to the filename of the image when the thumbnail image is selected.

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

Property Value

The image file name

Explanation

The FileName property refers to the filename of the image when the thumbnail image is selected. A thumbnail image can be selected using a mouse click, the keyboard, the SelectImage method, the SelectFile or MouseMoveOnThumbnail events.

Note: if more than one thumbnail are selected at the same time, the FileName property will contain the filename of the last image in that group of selected images.  

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation