AbstractSize::RealHeight Property

Visual Studio 2015
 

The real, non-abstract height of the size. If IsNatural is true, the real height and the abstract height are the same. If IsNatural is false, the real height is the abstract width.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Double

Returns Double.

Return to top
Show: