PeekResizeEventArgs.NewHeightProportion Property

Definition

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.

public:
 property double NewHeightProportion { double get(); };
public:
 property double NewHeightProportion { double get(); };
public double NewHeightProportion { get; }
member this.NewHeightProportion : double
Public ReadOnly Property NewHeightProportion As Double

Property Value

The height of the Peek control as a proportion of the containing ITextView.

Applies to