Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / RenderEventArgs Class / Recognizer Property


In This Topic
    Recognizer Property
    In This Topic
    Gets the gesture recognizer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Recognizer As UIKit.UIGestureRecognizer
    'Usage
     
    
    Dim instance As RenderEventArgs
    Dim value As UIKit.UIGestureRecognizer
     
    value = instance.Recognizer
    public UIKit.UIGestureRecognizer Recognizer {get;}
    See Also