Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Size::Height Property

 

Gets or sets the vertical component of this Size 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 vertical component of this Size structure, typically measured in pixels.

The unit for the Height and Width of the Size structure depend on the PageUnit and PageScale settings for the Graphics object that is used to draw.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft