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


In This Topic
    ShapeTop Property
    In This Topic
    Gets or sets the location of the top-side of a shape that is used to crop an image.
    Syntax
    'Declaration
     
    
    Property ShapeTop As Integer
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Integer
     
    instance.ShapeTop = value
     
    value = instance.ShapeTop
    int ShapeTop {get; set;}

    Property Value

    The top-side of a shape that is used to crop an image.
    See Also