Gets or sets the
System.Windows.Media.ImageSource to be displayed in this control. This is a dependency property.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Source As ImageSource |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageBox
Dim value As ImageSource
instance.Source = value
value = instance.Source |
Property Value
The source of the drawn image. The default value is a null reference (
Nothing in Visual Basic).
Example
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also