Excel for WPF and Silverlight
ImageScaling Enumeration

C1.WPF.Excel Namespace : ImageScaling Enumeration
Specifies how images are scaled within spreadsheet cells.
Syntax
'Declaration
 
Public Enum ImageScaling 
   Inherits System.Enum
public enum ImageScaling : System.Enum 
Members
MemberDescription
ClipImages are clipped to fit within the cell.
NoneImages are rendered in their original size, regardless of cell size.
ScaleImages are scaled to fill the cell while preserving their original aspect ratio.
StretchImages are stretched to fill the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.ImageScaling

See Also

Reference

C1.WPF.Excel Namespace