C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1AutoComplete Class / Resources Property


In This Topic
Resources Property (C1AutoComplete)
In This Topic
Syntax
'Declaration
 
Public Property Resources As Xamarin.Forms.ResourceDictionary
 
'Usage
 
Dim instance As C1AutoComplete
Dim value As Xamarin.Forms.ResourceDictionary
 
instance.Resources = value
 
value = instance.Resources
See Also