Condividi tramite


PeekResizeEventArgs(Double, Double) Constructor

Definition

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.

Applies to