Class LayoutTypeToIconConverter
A converter to return the appropriate System.
Inheritance
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class LayoutTypeToIconConverter : Object, IValueConverter
Constructors
LayoutTypeToIconConverter()
Declaration
public LayoutTypeToIconConverter()
Properties
DetailsImageSource
Gets or sets the System.
Declaration
public ImageSource DetailsImageSource { get; set; }
Property Value
System.
|
ExtraLargeIconImageSource
Gets or sets the System.
Declaration
public ImageSource ExtraLargeIconImageSource { get; set; }
Property Value
System.
|
LargeIconImageSource
Gets or sets the System.
Declaration
public ImageSource LargeIconImageSource { get; set; }
Property Value
System.
|
ListImageSource
Gets or sets the System.
Declaration
public ImageSource ListImageSource { get; set; }
Property Value
System.
|
MediumIconImageSource
Gets or sets the System.
Declaration
public ImageSource MediumIconImageSource { get; set; }
Property Value
System.
|
SmallIconImageSource
Gets or sets the System.
Declaration
public ImageSource SmallIconImageSource { get; set; }
Property Value
System.
|
TilesImageSource
Gets or sets the System.
Declaration
public ImageSource TilesImageSource { get; set; }
Property Value
System.
|
Methods
Convert(Object, Type, Object, CultureInfo)
Convert method to return the IconSource for the LayoutType.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. LayoutType. |
System.
|
System.
|
System.
|
Returns
System. IconSource. |
ConvertBack(Object, Type, Object, CultureInfo)
Convert back method. Returns the value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|