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


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