Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Image Class / Source Property


In This Topic
    Source Property (Image)
    In This Topic
    Gets or sets the UIKit.UIImage for image annotation.
    Syntax
    'Declaration
     
    
    Public Property Source As UIKit.UIImage
    'Usage
     
    
    Dim instance As Image
    Dim value As UIKit.UIImage
     
    instance.Source = value
     
    value = instance.Source
    public UIKit.UIImage Source {get; set;}
    See Also