LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Image Property

Show in webframe





Gets or sets the image associated with this AnnPicture object. This is a dependency property.
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:
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

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


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