Class LabelExtensions
Inheritance
System.Object
LabelExtensions
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public static class LabelExtensions : Object
Fields
TapCommandProperty
Declaration
public static BindableProperty TapCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Methods
GetTapCommand(BindableObject)
Declaration
public static ICommand GetTapCommand(BindableObject bindable)
Parameters
Xamarin.Forms.BindableObject
bindable
|
Returns
System.Windows.Input.ICommand
|
SetTapCommand(BindableObject, ICommand)
Declaration
public static void SetTapCommand(BindableObject bindable, ICommand value)
Parameters
Xamarin.Forms.BindableObject
bindable
|
System.Windows.Input.ICommand
value
|