Xamarin.Android | ComponentOne
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
    public Android.Graphics.Bitmap Source {get; set;}
    See Also