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


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

    Property Value

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