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: 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.