Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / SetValue Method / SetValue(BindableProperty,Object) Method


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

    Parameters

    property
    value
    See Also