SizeF::Height Property

 

Gets or sets the vertical component of this SizeF structure.

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

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

Property Value

Type: System::Single

The vertical component of this SizeF structure, typically measured in pixels.

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

.NET Framework
Available since 1.1
Return to top
Show: