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


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