Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / Sizing Property


In This Topic
    Sizing Property
    In This Topic
    Gets or sets the WebImage.SizingMode value which indicates the image dimensions.
    Syntax
    'Declaration
     
    
    Public Property Sizing As WebImage.SizingMode
    'Usage
     
    
    Dim instance As WebImage
    Dim value As WebImage.SizingMode
     
    instance.Sizing = value
     
    value = instance.Sizing
    public WebImage.SizingMode Sizing {get; set;}
    See Also