Class ImageCardMessage
Represents a message that displays images and text.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ImageCardMessage : CardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
ImageCardMessage(Author, DateTime)
Initializes a new instance of the ImageCardMessage class.
Declaration
public ImageCardMessage(Author author, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.DateTime
creationDate
|
ImageCardMessage(Author, ImageSource, DateTime)
Initializes a new instance of the ImageCardMessage class.
Declaration
public ImageCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.Windows.Media.ImageSource
imageSource
|
System.DateTime
creationDate
|
Properties
CardOrientation
Gets or sets the layout orientation.
Declaration
public CardOrientation CardOrientation { get; set; }
Property Value
CardOrientation
|
ImageDisplayMode
Gets or sets the image display mode.
Declaration
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
ImageDisplayMode
|
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|