C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1Border Class / TabIndex Property


In This Topic
TabIndex Property (C1Border)
In This Topic
Syntax
'Declaration
 
Public Property TabIndex As Integer
 
'Usage
 
Dim instance As C1Border
Dim value As Integer
 
instance.TabIndex = value
 
value = instance.TabIndex
See Also