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