C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / ImportantForAutofill Property


In This Topic
ImportantForAutofill Property (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ImportantForAutofill As Android.Views.ImportantForAutofill
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Android.Views.ImportantForAutofill
 
instance.ImportantForAutofill = value
 
value = instance.ImportantForAutofill
See Also