Class CardMessage
Represents a basic card message.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class CardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
CardMessage(Author, DateTime)
Initializes a new instance of the CardMessage class.
Declaration
public CardMessage(Author author, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.DateTime
creationDate
|
Properties
ActionResultsOrientation
Gets or sets the orientation of action results list.
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
InlineViewModel
Gets the InlineViewModel.
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
InlineViewModel
|
Implements
SubTitle
Gets or sets the subtitle.
Declaration
public string SubTitle { get; set; }
Property Value
System.String
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Title
Gets or sets the text.
Declaration
public string Title { get; set; }
Property Value
System.String
|