C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon 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 C1PolygonIcon
Dim property As Xamarin.Forms.BindableProperty
Dim value As Object
 
instance.SetValue(property, value)

Parameters

property
value
See Also