ClassImageCardMessage
Class
Represents a message that displays images and text.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ImageCardMessage : CardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseCardMessageImageCardMessage
Derived Classes:
Implements:
Inherited Members
Constructors
ImageCardMessage(Author, DateTime)
Initializes a new instance of the ImageCardMessage class.
ImageCardMessage(Author, ImageSource, DateTime)
Initializes a new instance of the ImageCardMessage class.
Properties
CardOrientation
Gets or sets the layout orientation.
Declaration
cs-api-definition
public CardOrientation CardOrientation { get; set; }
Property Value
ImageDisplayMode
Gets or sets the image display mode.
Declaration
cs-api-definition
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
ImageSource
Gets or sets the image source.
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
ImageSource