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


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