Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / PictureOffsetY Property


In This Topic
    PictureOffsetY Property
    In This Topic
    Gets or sets the y-axis offset of the image that is to be cropped.
    Syntax
    'Declaration
     
    
    Property PictureOffsetY As Integer
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Integer
     
    instance.PictureOffsetY = value
     
    value = instance.PictureOffsetY
    int PictureOffsetY {get; set;}

    Property Value

    The y-axis offset of the image that is to be cropped.
    See Also