LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Source Property (ImagePanViewer)

Show in webframe





Gets or sets the image viewer currently assigned for panning process by the control.
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:
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

See Also

Reference

ImagePanViewer Class
ImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.