PeekResizeEventArgs::NewHeightProportion Property

Visual Studio 2015
 

Gets the height of the Peek control as a proportion of the containing ITextView. Values returned should fall into the range between 0 and 1.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property double NewHeightProportion {
	[CompilerGeneratedAttribute]
	double get();
	[CompilerGeneratedAttribute]
	private: void set(double value);
}

Property Value

Type: System::Double

The height of the Peek control as a proportion of the containing ITextView.

Return to top
Show: