Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationLayer Class / SetValue Method / SetValue(BindablePropertyKey,Object) Method


In This Topic
    SetValue(BindablePropertyKey,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal propertyKey As Xamarin.Forms.BindablePropertyKey, _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim propertyKey As Xamarin.Forms.BindablePropertyKey
    Dim value As Object
     
    instance.SetValue(propertyKey, value)
    public void SetValue( 
       Xamarin.Forms.BindablePropertyKey propertyKey,
       object value
    )

    Parameters

    propertyKey
    value
    See Also