Compartilhar via


Propriedade ITextViewLine.Width

Obtém a distância entre as bordas esquerdas e direita desta linha.

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

Sintaxe

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

Valor de propriedade

Tipo: Double
A distância entre as bordas esquerdas e direita desta linha.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting