IWpfTextView::ZoomLevel Property

 

Gets or sets the zoom level for the IWpfTextView between 20% to 400%.

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

property double ZoomLevel {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The zoom level for the IWpfTextView between 20% to 400%.

Return to top
Show: