Leadtools.Windows.Controls Namespace > ImagePanViewer Class : Source Property |
public ImageViewer Source {get; set;}
'Declaration Public Property Source As ImageViewer
'Usage Dim instance As ImagePanViewer Dim value As ImageViewer instance.Source = value value = instance.Source
public ImageViewer Source {get; set;}
get_Source();
set_Source(value);
public: property ImageViewer^ Source { ImageViewer^ get(); void set ( ImageViewer^ value); }
This property contains the ImageViewer or RasterImageViewer object which contains the image to be panned using the ImagePanViewer control. Whenever the Source property is changed, the image displayed in the ImagePanViewer control is updated.
For XAML example, refer to ImagePanViewer.
For C#/VB examples, refer to ImagePanViewer.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2