LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

MagnifyGlass Property

Show in webframe





Gets or sets the MagnifyGlass object used to perform magnify glass operations for this control.
Syntax
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);
}

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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.