Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.