'Declaration
<Foundation.ExportAttribute("Source")> <BrowsableAttribute(True)> Public Property Source As UIKit.UIImage
'Usage
Dim instance As C1BitmapIcon Dim value As UIKit.UIImage instance.Source = value value = instance.Source
[Foundation.Export("Source")] [Browsable(true)] public UIKit.UIImage Source {get; set;}