Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageViewer Class : MagnifyGlass Property |
public MagnifyGlass MagnifyGlass {get; set;}
'Declaration Public Property MagnifyGlass As MagnifyGlass
'Usage Dim instance As ImageViewer Dim value As MagnifyGlass instance.MagnifyGlass = value value = instance.MagnifyGlass
public: property MagnifyGlass^ MagnifyGlass { MagnifyGlass^ get(); void set ( MagnifyGlass^ value); }
To use the magnify glass, change any of the properties of the MagnifyGlass object returned from this property if required then set InteractiveMode to InteractiveMode.MagnifyGlass. Next, whenever there is an image in the control and the user presses down and moves the cursor on the control surface, the magnify glass will appear with the properties set.
For C#/VB examples, refer to MagnifyGlass.