Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / LabelFor Property


In This Topic
    LabelFor Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property LabelFor As Integer
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Integer
     
    instance.LabelFor = value
     
    value = instance.LabelFor
    public virtual int LabelFor {get; set;}
    See Also