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


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