Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / Source Property


In This Topic
    Source Property (C1BitmapIcon)
    In This Topic
    Gets or sets the image source.
    Syntax
    'Declaration
     
    
    Public Property Source As Android.Graphics.Bitmap
    'Usage
     
    
    Dim instance As C1BitmapIcon
    Dim value As Android.Graphics.Bitmap
     
    instance.Source = value
     
    value = instance.Source
    public Android.Graphics.Bitmap Source {get; set;}
    See Also