Compartir a través de


IWpfTextView.ZoomLevel (Propiedad)

Obtiene o establece el nivel de zoom para IWpfTextView entre un 20% al 400%.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
Property ZoomLevel As Double
double ZoomLevel { get; set; }
property double ZoomLevel {
    double get ();
    void set (double value);
}
abstract ZoomLevel : float with get, set
function get ZoomLevel () : double 
function set ZoomLevel (value : double)

Valor de propiedad

Tipo: Double
El zoom para IWpfTextView entre un 20% al 400%.

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextView Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)