Freigeben über


ITextView.ViewportHeight-Eigenschaft

Ruft die Höhe des sichtbaren Inhaltsfensters (einschließlich des Rands) in logischen Pixeln ab.

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

Syntax

'Declaration
ReadOnly Property ViewportHeight As Double
double ViewportHeight { get; }
property double ViewportHeight {
    double get ();
}
abstract ViewportHeight : float with get
function get ViewportHeight () : double

Eigenschaftswert

Typ: Double
Die Höhe des Viewports.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace