ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / ImageScaling Enumeration

In This Topic
    ImageScaling Enumeration
    In This Topic
    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.Xaml.Excel.ImageScaling

    See Also