Class KeyboardHelper
Inheritance
System.Object
KeyboardHelper
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public static class KeyboardHelper : Object
Fields
IsTranslationPivotProperty
Declaration
public static BindableProperty IsTranslationPivotProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsTranslationSourceProperty
Declaration
public static BindableProperty IsTranslationSourceProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsTranslationTargetProperty
Declaration
public static BindableProperty IsTranslationTargetProperty
Field Value
Xamarin.Forms.BindableProperty
|
Methods
GetIsTranslationPivot(BindableObject)
Declaration
public static bool GetIsTranslationPivot(BindableObject bindable)
Parameters
Xamarin.Forms.BindableObject
bindable
|
Returns
System.Boolean
|
GetIsTranslationSource(BindableObject)
Declaration
public static bool GetIsTranslationSource(BindableObject bindable)
Parameters
Xamarin.Forms.BindableObject
bindable
|
Returns
System.Boolean
|
GetIsTranslationTarget(BindableObject)
Declaration
public static bool GetIsTranslationTarget(BindableObject bindable)
Parameters
Xamarin.Forms.BindableObject
bindable
|
Returns
System.Boolean
|
SetIsTranslationPivot(BindableObject, Boolean)
Declaration
public static void SetIsTranslationPivot(BindableObject bindable, bool value)
Parameters
Xamarin.Forms.BindableObject
bindable
|
System.Boolean
value
|
SetIsTranslationSource(BindableObject, Boolean)
Declaration
public static void SetIsTranslationSource(BindableObject bindable, bool value)
Parameters
Xamarin.Forms.BindableObject
bindable
|
System.Boolean
value
|
SetIsTranslationTarget(BindableObject, Boolean)
Declaration
public static void SetIsTranslationTarget(BindableObject bindable, bool value)
Parameters
Xamarin.Forms.BindableObject
bindable
|
System.Boolean
value
|