C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / Resources Property


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