Sometimes we want to see the text in bigger font size for code/designer file. In visual studio we have various option to zoom In/Out. The tips shows following ways to do.- Using Mouse-wheel
- Using Keyboard
- Using IDE Dropdown
To under stand Zoom In/Out requirement, below images shows Normal View, Zoom In View and Zoom Out view of text file in Visual Studio IDE. Fig: Normal View (100%)
Fig: Zoom In View (greater than 100%)
Fig: Zoom Out View (less than 100%) Using Mouse-wheel:We can zoom In/Out of text using mouse wheel. Hold down CTRL+Mouse Wheel then you can instantly zoom in and out of text in the editor by rotating the mouse wheel. Using Keyboard:If you want to zoom In/Out using keyword you can use CTRL+, (Zoom out) and CTRL+. (Zoom In) Zoom In - Press CTRL+ Shift + >[Greater than] Zoom Out - Press CTRL+ Shift + < [Less than] You can see the keyboard shortcut values mapped for zoom in/out at Menu- > Tools -> Options -> Environment -> Keyboard -> View.ZoomIn or View.ZoomOut Using IDE Dropdown:You can find text zoom drop-down at bottom left corner of editor (in front of vertical scroll bar).
Note: Zooming in/out of one file will not reflect other opened files. In order to reset to original size, select 100% from drop down.
|