Compartilhar via


Propriedade ITextViewLine.TextWidth

Obtém a distância horizontal entre TextRight e TextLeft.

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

Sintaxe

'Declaração
ReadOnly Property TextWidth As Double
double TextWidth { get; }
property double TextWidth {
    double get ();
}
abstract TextWidth : float with get
function get TextWidth () : double

Valor de propriedade

Tipo: Double
A distância horizontal entre TextRight e TextLeft.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting