Propriedade TextPane.Width

Obtém a largura do painel em unidades de caracteres.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
ReadOnly Property Width As Integer
    Get
int Width { get; }
property int Width {
    int get ();
}
abstract Width : int
function get Width () : int

Valor de propriedade

Tipo: System.Int32
A largura do painel em unidades de caracteres.

Exemplos

Sub WidthExample()
   Dim objWin As Window
   objWin = DTE.Windows.Item(1)
   MsgBox("Window width: " & objWin.Width)
End Sub

Segurança do .NET Framework

Consulte também

Referência

TextPane Interface

Namespace EnvDTE