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

    Property Value

    The width of the shape.
    See Also