ITextView::ViewportHeight Property

 

Gets the height of the visible content window (including the margin) in logical pixels.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property double ViewportHeight {
	double get();
}

Property Value

Type: System::Double

The height of the viewport.

Return to top
Show: