ImageGear .NET v24.12 - Updated
SourceView Property (ImGearPan)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : SourceView Property
Gets or sets the ImGearPageView object to apply panning functionality to.
Syntax
'Declaration
 
Public Property SourceView As ImGearPageView
'Usage
 
Dim instance As ImGearPan
Dim value As ImGearPageView
 
instance.SourceView = value
 
value = instance.SourceView
public ImGearPageView SourceView {get; set;}
public: __property ImGearPageView* get_SourceView();
public: __property void set_SourceView( 
   ImGearPageView* value
);
public:
property ImGearPageView^ SourceView {
   ImGearPageView^ get();
   void set (    ImGearPageView^ value);
}

Property Value

ImGearPageView class.
See Also

Reference

ImGearPan Class
ImGearPan Members