IPeekResultPresentation::ZoomLevel Property

Visual Studio 2015
 

Gets or sets the ZoomLevel factor associated with the presentation. Represented as a percentage (100.0 == default).

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::Double

The ZoomLevel factor associated with the presentation.

Return to top
Show: