LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Source Property (ImagePanViewer)






Gets or sets the image viewer currently assigned for panning process by the control. .NET support Silverlight support
Syntax
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);
}

Property Value

An ImageViewer or RasterImageViewer object which has the image to be panned using the ImagePanViewer control. Default value is null (Nothing in Visual Basic).
Remarks

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.

Example

For XAML example, refer to ImagePanViewer.

For C#/VB examples, refer to ImagePanViewer.

Requirements

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

See Also

Reference

ImagePanViewer Class
ImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.