ZoomControl::SelectedZoomLevel Property

 

Gets or sets the SelectedZoomLevelProperty.

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

public:
property double SelectedZoomLevel {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The selected zoom level.

Return to top
Show: