C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.ImageSource
 
'Usage
 
Dim instance As C1BitmapIcon
Dim value As Xamarin.Forms.ImageSource
 
instance.Source = value
 
value = instance.Source
See Also