Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / TranslateBehavior Class / TranslationMode Property


In This Topic
    TranslationMode Property
    In This Topic
    Gets or sets the gesture direction of translate behavior.
    Syntax
    'Declaration
     
    
    Public Property TranslationMode As GestureMode
    'Usage
     
    
    Dim instance As TranslateBehavior
    Dim value As GestureMode
     
    instance.TranslationMode = value
     
    value = instance.TranslationMode
    public GestureMode TranslationMode {get; set;}
    See Also