Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Rectangle Class / TabIndex Property


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