ComponentOne Xamarin.Android
GetAutofillHints Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : GetAutofillHints Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)>
Public Overridable Function GetAutofillHints() As String()
'Usage
 
Dim instance As C1RadialGauge
Dim value() As String
 
value = instance.GetAutofillHints()
[Android.Runtime.Register("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)]
public virtual string[] GetAutofillHints()
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members