Class LayoutTypeToIconConverter
A converter to return the appropriate System.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutTypeToIconConverter
Constructors
LayoutTypeToIconConverter()
Declaration
public LayoutTypeToIconConverter()
Properties
DetailsImage
Gets or sets the System.
Declaration
public Image DetailsImage { get; set; }
Property Value
System.
|
ExtraLargeIconImage
Gets or sets the System.
Declaration
public Image ExtraLargeIconImage { get; set; }
Property Value
System.
|
LargeIconImage
Gets or sets the System.
Declaration
public Image LargeIconImage { get; set; }
Property Value
System.
|
ListImage
Gets or sets the System.
Declaration
public Image ListImage { get; set; }
Property Value
System.
|
MediumIconImage
Gets or sets the System.
Declaration
public Image MediumIconImage { get; set; }
Property Value
System.
|
SmallIconImage
Gets or sets the System.
Declaration
public Image SmallIconImage { get; set; }
Property Value
System.
|
TilesImage
Gets or sets the System.
Declaration
public Image TilesImage { get; set; }
Property Value
System.
|
Methods
ConvertToImage(LayoutType)
Convert method to return the IconSource for the LayoutType.
Declaration
public Image ConvertToImage(LayoutType value)
Parameters
Layout LayoutType. |
Returns
System. IconSource. |