ImageGear for .NET
SourceView Property (ImGearPan)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback