ZoomControl::SetSelectedZoomLevel Method (DependencyObject^, Double)

 

Sets the SelectedZoomLevelProperty.

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

public:
static void SetSelectedZoomLevel(
	DependencyObject^ control,
	double value
)

Parameters

control
Type: System.Windows::DependencyObject^

DependencyProperty

value
Type: System::Double

The zoom level.

Return to top
Show: