PeekResizeEventArgs Class
Visual Studio 2015
Contains information describing how a user has resized the Peek control.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | PeekResizeEventArgs(Double, Double) | 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. |
| Name | Description | |
|---|---|---|
![]() | NewHeightAbsolute | Gets the height of the Peek control in pixels. |
![]() | NewHeightProportion | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


