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


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

    Property Value

    The width of the shape.
    See Also