Xceed Toolkit Plus for WPF v4.6 Documentation
Freeze Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Magnifier Class : Freeze Method
Value that tells the Magnifier to start (freeze = false) or stop (freeze = true) updating its position.
Use this method to tell the Magnifier to start or stop updating its position (to follow or not the mouse's position).
Syntax
'Declaration
 
Public Sub Freeze( _
   ByVal freeze As Boolean _
) 
'Usage
 
Dim instance As Magnifier
Dim freeze As Boolean
 
instance.Freeze(freeze)
public void Freeze( 
   bool freeze
)

Parameters

freeze
Value that tells the Magnifier to start (freeze = false) or stop (freeze = true) updating its position.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Reference

Magnifier Class
Magnifier Members