System.Windows.Forms.Control.Bottom Property

Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public int Bottom { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is equal to the sum of the Control.Top property value, and the Control.Height property value.

The Control.Bottom property is a read-only property. You can manipulate this property value by changing the value of the Control.Top or Control.Height properties or calling the Control.SetBounds(int, int, int, int), Control.SetBoundsCore(int, int, int, int, BoundsSpecified), Control.UpdateBounds, or Control.SetClientSizeCore(int, int) methods.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0