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.

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

public:
PeekResizeEventArgs(
	double newHeightAbsolute,
	double newHeightProportion
)

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.

Return to top
Show: