ImageGear .NET - Updated December 24, 2018
SourceView Property (ImGearPanCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearPanCtl Class : SourceView Property
Gets or sets ImageGear.Windows.Forms.ImGearPageView class object to apply panning functionality to.
Syntax
'Declaration
 
<ReadOnlyAttribute(True)>
Public Property SourceView As ImGearPageView
 
'Usage
 
Dim instance As ImGearPanCtl
Dim value As ImGearPageView
 
instance.SourceView = value
 
value = instance.SourceView

Property Value

ImageGear.Windows.Forms.ImGearPageView object.
See Also

Reference

ImGearPanCtl Class
ImGearPanCtl Members
ImGearPageView Class