# VisualBasicPowerPacks

Visual Basic Power Packs is a Visual Basic 6.0 compatibility feature provided by Microsoft.

## Content



Visual Basic Power Packs is a Visual Basic 6.0 compatibility feature provided by Microsoft.

TouchToolKit for WinForms provides the **VisualBasicPowerPacksZoomPolicy** to support **ShapeContainer’s** zooming behavior.

The following images shows the initial zoomfactor set to 100%:

![how shapes look initially](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/initialshape.png)

The following table illustrates the difference between adding and not adding the **VisualBasicPowerPacksZoomPolicy**. Note that the **ZoomFactor** is set to 130%.

|   Without ZoomPolicy   |   With ZoomPolicy   |
| --- | --- |
|   **![shapes without zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/shapeconwithoutzoompolicy.png)**   |   ![shapes with zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/shapeconwithzoompolicy.png)   |