The Image Property supports WPF/Silverlight.
The Image Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the image associated with this AnnPicture object. This is a dependency property.Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Property Image As BitmapSource | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnPicture Dim value As BitmapSource instance.Image = value value = instance.Image | |
| C# | |
|---|---|
public BitmapSource Image {get; set;} | |
| C++/CLI | |
|---|---|
public: property BitmapSource^ Image { BitmapSource^ get(); void set ( BitmapSource^ value); } | |
Property Value
An System.Windows.Media.Imaging.BitmapSource object associated with this AnnPicture.For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnPicture.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code