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


In This Topic
    Crop Property
    In This Topic
    Gets an Crop object that represents the cropping settings for the specified PictureFormat object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Crop As ICrop
    'Usage
     
    
    Dim instance As IPictureFormat
    Dim value As ICrop
     
    value = instance.Crop
    ICrop Crop {get;}

    Property Value

    The Crop object that represents the cropping settings.
    See Also