Class LayoutTypeToIconConverter
A converter to return the appropriate System.Drawing.Image based on the LayoutType for the current item.
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.Drawing.Image for LayoutType.Details.
Declaration
public Image DetailsImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
ExtraLargeIconImage
Gets or sets the System.Drawing.Image for LayoutType.ExtraLargeIcons.
Declaration
public Image ExtraLargeIconImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
LargeIconImage
Gets or sets the System.Drawing.Image for LayoutType.ExtraLargeIcons.
Declaration
public Image LargeIconImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
ListImage
Gets or sets the System.Drawing.Image for LayoutType.List.
Declaration
public Image ListImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
MediumIconImage
Gets or sets the System.Drawing.Image for LayoutType.ExtraLargeIcons.
Declaration
public Image MediumIconImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
SmallIconImage
Gets or sets the System.Drawing.Image for LayoutType.SmallIcons.
Declaration
public Image SmallIconImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
TilesImage
Gets or sets the System.Drawing.Image for LayoutType.Tiles.
Declaration
public Image TilesImage { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
Methods
ConvertToImage(LayoutType)
Convert method to return the IconSource for the LayoutType.
Declaration
public Image ConvertToImage(LayoutType value)
  Parameters
| 
        LayoutType
        value
         LayoutType.  | 
    
Returns
| 
        System.Drawing.Image
         IconSource.  |