Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / ValueConverter Property


In This Topic
    ValueConverter Property (C1Gauge)
    In This Topic
    Gets or sets an C1.iOS.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
    public IValueConverter ValueConverter {get; set;}
    See Also