ImageGear .NET - Updated
DestinationView Property (ImGearPan)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : DestinationView Property
Gets or sets the ImGearPageView object used for displaying the panning area.
Syntax
'Declaration
 
Public Property DestinationView As ImGearPageView
'Usage
 
Dim instance As ImGearPan
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 object.
See Also

Reference

ImGearPan Class
ImGearPan Members