Share via


ZoomLevelChangedEventArgs.NewZoomLevel Property

Gets the new zoom level for an IWpfTextView.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property NewZoomLevel As Double
public double NewZoomLevel { get; private set; }
public:
property double NewZoomLevel {
    double get ();
    private: void set (double value);
}
member NewZoomLevel : float with get, private set
function get NewZoomLevel () : double 
private function set NewZoomLevel (value : double)

Property Value

Type: System.Double
The new zoom level for an IWpfTextView.

.NET Framework Security

See Also

Reference

ZoomLevelChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace