Size::Height Property

 

Gets or sets the Height of this instance of Size.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

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

Property Value

Type: System::Double

The Height of this instance of Size. The default is 0. The value cannot be negative.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: