PeekResizeEventArgs Constructor (Double, Double)
Visual Studio 2015
Constructs a new instance of PeekResizeEventArgs with the current height of the Peek control both in pixels and as a percentage of the containing ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- newHeightAbsolute
-
Type:
System::Double
The height of the Peek control in pixels.
- newHeightProportion
-
Type:
System::Double
The height of the Peek control as a proportion of the containing ITextView. Valid values are between 0 and 1.
Show: