PeekResizeEventArgs Class

Definition

Contains information describing how a user has resized the Peek control.

public ref class PeekResizeEventArgs : EventArgs
public class PeekResizeEventArgs : EventArgs
type PeekResizeEventArgs = class
    inherit EventArgs
Public Class PeekResizeEventArgs
Inherits EventArgs
Inheritance
PeekResizeEventArgs

Constructors

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."

Properties

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.

Applies to