Class BasicCardContext
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class BasicCardContext : CardContext, INotifyPropertyChanged
Constructors
BasicCardContext()
Declaration
public BasicCardContext()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Subtitle
Declaration
public string Subtitle { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|