PeekResizeEventArgs(Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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."
public:
PeekResizeEventArgs(double newHeightAbsolute, double newHeightProportion);
public:
PeekResizeEventArgs(double newHeightAbsolute, double newHeightProportion);
PeekResizeEventArgs(double newHeightAbsolute, double newHeightProportion);
public PeekResizeEventArgs (double newHeightAbsolute, double newHeightProportion);
new Microsoft.VisualStudio.Language.Intellisense.PeekResizeEventArgs : double * double -> Microsoft.VisualStudio.Language.Intellisense.PeekResizeEventArgs
Public Sub New (newHeightAbsolute As Double, newHeightProportion As Double)
Parameters
- newHeightAbsolute
- Double
The height of the Peek control in pixels.
- newHeightProportion
- Double
The height of the Peek control as a proportion of the containing ITextView. Valid values are between 0 and 1.