C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / Resources Property


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