'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 FlexGrid Dim property As Xamarin.Forms.BindableProperty Dim value As Object value = instance.GetValue(property)
'Usage
Dim instance As FlexGrid Dim property As Xamarin.Forms.BindableProperty Dim value As Object value = instance.GetValue(property)
public object GetValue( Xamarin.Forms.BindableProperty property )
FlexGrid Class FlexGrid Members