CardMessage
Class
Represents a basic card message.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class CardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseCardMessage
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CardMessage class.
Properties
ActionResultsOrientation
Orientation
Gets or sets the orientation of action results list.
C#
public Orientation ActionResultsOrientation { get; set; }
Gets the InlineViewModel.
C#
public InlineViewModel InlineViewModel { get; }
Implements: