Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Height Property


In This Topic
    Height Property (IShapeBase)
    In This Topic
    Gets or sets a System.Int32 value that represents the height, in pixels, of the shape.
    Syntax
    'Declaration
     
    
    Property Height As Double
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    double Height {get; set;}

    Property Value

    The height of the shape.
    See Also