Freigeben über


ITextViewLine.TextWidth-Eigenschaft

Ruft die horizontale Entfernung zwischen TextRight und TextLeft ab.

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

Syntax

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

Eigenschaftswert

Typ: Double
Der horizontale Abstand zwischen TextRight und TextLeft.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace