Version

SyncZoomLevels Method

Syncs the zoom levels between two UltraControlBase controls.
Syntax
'Declaration
 
Public Shared Sub SyncZoomLevels( _
   ByVal controlToSync As UltraControlBase, _
   ByVal zoomedControl As UltraControlBase _
) 
public static void SyncZoomLevels( 
   UltraControlBase controlToSync,
   UltraControlBase zoomedControl
)

Parameters

controlToSync
The control which needs its zoom factor synched
zoomedControl
The control, whose zoom factor will be used in order to sync the other control.
Remarks
The ZoomManager is not in control of resizing the controlToSync.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also