This property sets whether or not the filename is displayed under the thumbnail image in the Thumbnail Control.

[Visual Basic]Public Property ShowFileName As Boolean
[C#]public bool ShowFileName {get; set;}

Property Value

Value Explanation
True Displays the filename
False Does not display the filename (default)

Explanation

The ShowFileName property sets whether or not the filename is displayed under the thumbnail image in the Thumbnail Control. If this property is True, the filename is displayed under the thumbnail image.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation