Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Height Property


In This Topic
    Height Property (Rectangle)
    In This Topic
    Gets or sets the height of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property Height As Double
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}

    Property Value

    The height of this Rect structure.
    See Also