ComponentOne Xamarin.Android
GetFocusable Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : GetFocusable Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getFocusable", 
   "()I", 
   "GetGetFocusableHandler", 
   ApiSince=26)>
Public Overridable Function GetFocusable() As Android.Views.ViewFocusability
'Usage
 
Dim instance As C1BulletGraph
Dim value As Android.Views.ViewFocusability
 
value = instance.GetFocusable()
[Android.Runtime.Register("getFocusable", 
   "()I", 
   "GetGetFocusableHandler", 
   ApiSince=26)]
public virtual Android.Views.ViewFocusability GetFocusable()
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members