Rectangle::Height Property

 

Gets or sets the height of this Rectangle structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property int Height {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The height of this Rectangle structure. The default is 0.

Changing the Height property will also cause a change in the Bottom property of the Rectangle. The units the rectangle is drawn in is determined by the PageUnit and PageScale properties of the graphics object used for drawing. The default unit is pixels.

.NET Framework
Available since 1.1
Return to top
Show: