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


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