ImageGear for .NET
SourceView Property (ImGearPan)




Gets or sets the ImGearPageView object to apply panning functionality to.
Syntax
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);
}
'Declaration
 
Public Property SourceView As ImGearPageView
 
'Usage
 
Dim instance As ImGearPan
Dim value As ImGearPageView
 
instance.SourceView = value
 
value = instance.SourceView

Property Value

ImGearPageView class.
See Also

Reference

ImGearPan Class
ImGearPan Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback