Gets or sets the viewer currently assigned for the panning process by the control. This is a dependency property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Source As ImageViewer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ImagePanViewer
Dim value As ImageViewer
instance.Source = value
value = instance.Source
|
| XAML Syntax | |
|---|
| For XAML information, see the BitmapSource type. |
| XAML Attributes Usage | |
|---|
<object Source=Leadtools.Silverlight.Controls.ImageViewer /> |
| XAML Property Element Usage | |
|---|
<object>
<object.Source>
<Size .../>
</object.Source>
</object> |
| XAML Syntax | |
|---|
| For XAML information, see the BitmapSource type. |
| XAML Attributes Usage | |
|---|
<object Source=Leadtools.Silverlight.Controls.ImageViewer /> |
| XAML Property Element Usage | |
|---|
<object>
<object.Source>
<Size .../>
</object.Source>
</object> |
Return Value
The viewer object, which has an image to be panned using the
ImagePanViewer control.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also