ImageGear .NET - Updated
DestinationView Property (ImGearMagnifier)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : DestinationView Property
Gets or sets ImGearPageView object used for displaying the magnified area.
Syntax
'Declaration
 
Public Property DestinationView As ImGearPageView
'Usage
 
Dim instance As ImGearMagnifier
Dim value As ImGearPageView
 
instance.DestinationView = value
 
value = instance.DestinationView
public ImGearPageView DestinationView {get; set;}
public: __property ImGearPageView* get_DestinationView();
public: __property void set_DestinationView( 
   ImGearPageView* value
);
public:
property ImGearPageView^ DestinationView {
   ImGearPageView^ get();
   void set (    ImGearPageView^ value);
}

Property Value

ImGearPageView class.
Remarks
If IsPopUp property is true, DestinationView could be empty.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members
IsPopUp Property
ImGearPageView Class