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.
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::DoubleThe height of the Peek control as a proportion of the containing ITextView.
Show: