Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / TouchDelegate Property


In This Topic
    TouchDelegate Property (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property TouchDelegate As Android.Views.TouchDelegate
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Android.Views.TouchDelegate
     
    instance.TouchDelegate = value
     
    value = instance.TouchDelegate
    public virtual Android.Views.TouchDelegate TouchDelegate {get; set;}
    See Also