Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / PictureWidth Property


In This Topic
    PictureWidth Property (ICrop)
    In This Topic
    Gets or sets the width of the image that is to be cropped.
    Syntax
    'Declaration
     
    
    Property PictureWidth As Double
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Double
     
    instance.PictureWidth = value
     
    value = instance.PictureWidth
    double PictureWidth {get; set;}

    Property Value

    The width of the image.
    See Also