←Select platform

MagnifyGlass Property

Summary

Gets or sets the MagnifyGlass object used to perform magnify glass operations for this control.

Syntax

C#
VB
C++
public MagnifyGlass MagnifyGlass { get; set; } 
  
Public Property MagnifyGlass As Leadtools.Windows.Controls.MagnifyGlass 

Property Value

The MagnifyGlass object used to perform magnify glass operations for this control.

Remarks

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.

Example

For C#/VB examples, refer to MagnifyGlass.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly