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)

public:
property double NewZoomLevel {
	[CompilerGeneratedAttribute]
	double get();
	[CompilerGeneratedAttribute]
	private: void set(double value);
}

Property Value

Type: System::Double

The new zoom level for an IWpfTextView.

Return to top
Show: