Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / FocusableInTouchMode Property


In This Topic
    FocusableInTouchMode Property (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FocusableInTouchMode As Boolean
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim value As Boolean
     
    instance.FocusableInTouchMode = value
     
    value = instance.FocusableInTouchMode
    public bool FocusableInTouchMode {get; set;}
    See Also