PeekResizeEventArgs.NewHeightProportion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.