GetValue Method (Polygon)
public object GetValue(
Xamarin.Forms.BindableProperty
)
'Declaration
Public Function GetValue( _
ByVal As Xamarin.Forms.BindableProperty _
) As Object
'Usage
Dim instance As Polygon
Dim property As Xamarin.Forms.BindableProperty
Dim value As Object
value = instance.GetValue(property)
Parameters
- property