ImageSource::Height Property

 

When overridden in a derived class, gets the height of the image in measure units (96ths of an inch).

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double Height {
	virtual double get() abstract;
}

Property Value

Type: System::Double

The height of the image.

.NET Framework
Available since 3.0
Return to top
Show: