C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Image Class / Source Property


In This Topic
Source Property (Image)
In This Topic
Gets or sets the Android.Graphics.Bitmap for image annotation.
Syntax
'Declaration
 
Public Property Source As Android.Graphics.Bitmap
 
'Usage
 
Dim instance As Image
Dim value As Android.Graphics.Bitmap
 
instance.Source = value
 
value = instance.Source
See Also