Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Image Class / SourceProperty Field


In This Topic
    SourceProperty Field (Image)
    In This Topic
    Identifies the Source dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SourceProperty As Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = Image.SourceProperty
    public static readonly Xamarin.Forms.BindableProperty SourceProperty
    See Also