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


In This Topic
    Bottom Property (Rectangle)
    In This Topic
    Gets the y-coordinate that is the sum of Top and Height property values of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Double
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Double
     
    instance.Bottom = value
     
    value = instance.Bottom
    public double Bottom {get; set;}

    Property Value

    The y-coordinate that is the sum of Top and Height of this Rect.
    See Also