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


In This Topic
    Source Property (C1BitmapIcon)
    In This Topic
    Gets or sets the image source.
    Syntax
    '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;}
    See Also