| C1.WPF.Excel Namespace : ImageScaling Enumeration | 
'DeclarationPublic Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
| Member | Description | 
|---|---|
| Clip | Images are clipped to fit within the cell. | 
| None | Images are rendered in their original size, regardless of cell size. | 
| Scale | Images are scaled to fill the cell while preserving their original aspect ratio. | 
| Stretch | Images are stretched to fill the cell. | 
System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.ImageScaling
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2