Compartilhar via


Propriedade SpaceNegotiatingAdornmentTag.Width

Obtém a largura do adorno.

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

Sintaxe

'Declaração
Public Property Width As Double
public double Width { get; private set; }
public:
property double Width {
    double get ();
    private: void set (double value);
}
member Width : float with get, private set
function get Width () : double 
private function set Width (value : double)

Valor de propriedade

Tipo: Double
A largura do adorno.

Segurança do .NET Framework

Consulte também

Referência

SpaceNegotiatingAdornmentTag Classe

Namespace Microsoft.VisualStudio.Text.Tagging