C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst 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 C1Sunburst
Dim propertyKey As Xamarin.Forms.BindablePropertyKey
Dim value As Object
 
instance.SetValue(propertyKey, value)

Parameters

propertyKey
value
See Also