Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage.SizingMode Enumeration


In This Topic
    WebImage.SizingMode Enumeration
    In This Topic
    Represents the image dimensions.
    Syntax
    'Declaration
     
    
    Public Enum WebImage.SizingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WebImage.SizingMode
    public enum WebImage.SizingMode : System.Enum 
    Members
    MemberDescription
    CustomDisplays the image according to a custom height and width.
    FillFills the entire cell with the image, ignoring aspect ratio.
    FitFits the image in the cell, maintaining the original aspect ratio.
    OriginalMaintains the original image size, which may exceed the bounds of the cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.WebImage.SizingMode

    See Also