'Declaration Public Function GetValue( _ ByVal property As Xamarin.Forms.BindableProperty _ ) As Object
'Declaration
Public Function GetValue( _ ByVal property As Xamarin.Forms.BindableProperty _ ) As Object
'Usage Dim instance As Shape Dim property As Xamarin.Forms.BindableProperty Dim value As Object value = instance.GetValue(property)
'Usage
Dim instance As Shape Dim property As Xamarin.Forms.BindableProperty Dim value As Object value = instance.GetValue(property)
public object GetValue( Xamarin.Forms.BindableProperty property )
Shape Class Shape Members