Spread Windows Forms 17
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 Double
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Double
     
    instance.ShapeTop = value
     
    value = instance.ShapeTop
    double ShapeTop {get; set;}

    Property Value

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