Leadtools.Windows.Annotations Namespace > AnnPicture Class : Image Property |
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); }
For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnPicture.