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

Image Property






Gets or sets the image associated with this AnnPicture object. This is a dependency property. .NET support Silverlight support
Syntax
public BitmapSource Image {get; set;}
'Declaration
 
Public Property Image As BitmapSource
'Usage
 
Dim instance As AnnPicture
Dim value As BitmapSource
 
instance.Image = value
 
value = instance.Image
public BitmapSource Image {get; set;}
 get_Image();
set_Image(value);
public:
property BitmapSource^ Image {
   BitmapSource^ get();
   void set (    BitmapSource^ value);
}

Property Value

An System.Windows.Media.Imaging.BitmapSource object associated with this AnnPicture.
Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnPicture.

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

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices

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