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


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

    Property Value

    The number of pixels that are cropped off the left of the specified picture or OLE object.
    Remarks
    Cropping is calculated relative to the original size of the picture.
    See Also