ComponentOne Xamarin.iOS Documentation
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / IImage Interface / SourceImage Property


In This Topic
    SourceImage Property
    In This Topic
    Gets or sets the source of image annotation.
    Syntax
    'Declaration
     
    
    Property SourceImage As Object
    'Usage
     
    
    Dim instance As IImage
    Dim value As Object
     
    instance.SourceImage = value
     
    value = instance.SourceImage
    object SourceImage {get; set;}
    See Also