System.Windows.Forms.Control.Height Property

Gets or sets the height of the control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public int Height { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Changes made to the Control.Height and Control.Top property values cause the Control.Bottom property value of the control to change.

Note:

The minimum height for the derived control System.Windows.Forms.Splitter is one pixel. The default height for the System.Windows.Forms.Splitter control is three pixels. Setting the height of the System.Windows.Forms.Splitter control to a value less than one will reset the property value to the default height.

Requirements

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