ZoomPolicy is an abstract class which allow user to customize zoom logic for complex control. User should inherit ZoomPolicy for writing special control.
The following code example shows how to use ZoomPolicy class to customize zoom policy for your control.
You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.
If you find a licenses error when run this code. Try to drag a C1Zoom component to a any Form from tool box can generate the licenses information to this project.
System.Object
C1.Win.TouchToolKit.ZoomPolicy
C1.Win.TouchToolKit.ControlZoomPolicy
C1.Win.TouchToolKit.DataGridViewZoomPolicy
C1.Win.TouchToolKit.ListViewZoomPolicy
C1.Win.TouchToolKit.NoZoomFontZoomPolicy
C1.Win.TouchToolKit.TabControlZoomPolicy
C1.Win.TouchToolKit.ToolStripZoomPolicy
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2