Gets or sets the MagnifyGlass object used to perform magnify glass operations for this control.
public MagnifyGlass MagnifyGlass { get; set; }
Public Property MagnifyGlass As Leadtools.Windows.Controls.MagnifyGlass
public:
property Leadtools.Windows.Controls.MagnifyGlass^ MagnifyGlass {
Leadtools.Windows.Controls.MagnifyGlass^ get();
void set ( Leadtools.Windows.Controls.MagnifyGlass^ );
}
The MagnifyGlass object used to perform magnify glass operations for this control.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET