Class CardActionView
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class CardActionView : RadContentView
Constructors
CardActionView()
Declaration
public CardActionView()
Fields
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
TemplateProperty
Declaration
public static readonly BindableProperty TemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Template
Declaration
public ControlTemplate Template { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|