'Declaration
Public Class ControlZoomPolicy Inherits ZoomPolicy
public class ControlZoomPolicy : ZoomPolicy
'Declaration
Public Class ControlZoomPolicy Inherits ZoomPolicy
public class ControlZoomPolicy : ZoomPolicy
This zoom policy will find a public property which named "ZoomFactor" (ignore case) and its type is float or double. If the property is found, try to set this property by GcZoom.ZoomFactor or GcZoomPanel.ZoomFactor.
If the control has the "ZoomFactor" property, this zoom policy will not do other zoom operations and CanZoomChildren is also return false.
System.Object
C1.Win.TouchToolKit.ZoomPolicy
C1.Win.TouchToolKit.ControlZoomPolicy
C1.Win.TouchToolKit.ComboBoxZoomPolicy
C1.Win.TouchToolKit.ListBoxZoomPolicy
C1.Win.TouchToolKit.MonthCalendarZoomPolicy
C1.Win.TouchToolKit.PictureBoxZoomPolicy
C1.Win.TouchToolKit.PropertyGridZoomPolicy
C1.Win.TouchToolKit.ScrollableControlZoomPolicy
C1.Win.TouchToolKit.TreeViewZoomPolicy
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