Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / TabIndex Property


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