Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / ShapeHeight Property


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

    Property Value

    The height of the shape.
    See Also