C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1Border Class / IsSet Method


In This Topic
IsSet Method (C1Border)
In This Topic
Syntax
'Declaration
 
Public Function IsSet( _
   ByVal targetProperty As Xamarin.Forms.BindableProperty _
) As Boolean
 
'Usage
 
Dim instance As C1Border
Dim targetProperty As Xamarin.Forms.BindableProperty
Dim value As Boolean
 
value = instance.IsSet(targetProperty)

Parameters

targetProperty
See Also