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


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