C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / ValueConverter Property


In This Topic
ValueConverter Property (C1Gauge)
In This Topic
Gets or sets an C1.Android.Core.IValueConverter associated with this.
Syntax
'Declaration
 
Public Property ValueConverter As IValueConverter
 
'Usage
 
Dim instance As C1Gauge
Dim value As IValueConverter
 
instance.ValueConverter = value
 
value = instance.ValueConverter
See Also