Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / CropBottom Property


In This Topic
    CropBottom Property (IGraphic)
    In This Topic
    Gets or sets the number of pixels that are cropped off the bottom of the specified picture.
    Syntax
    'Declaration
     
    
    Property CropBottom As Integer
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As Integer
     
    instance.CropBottom = value
     
    value = instance.CropBottom
    int CropBottom {get; set;}
    See Also