Class for converting an existing file path to ImageSource corresponding to the file path image from the file system.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.Converters
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class FilePathToIconImageSourceConverter : IValueConverter
Inheritance: objectFilePathToIconImageSourceConverter
Implements:
Constructors
C#
public FilePathToIconImageSourceConverter()
Methods
Converts a given file path to ImageSource of the file.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)